Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C Clazy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • SDK
  • Clazy
  • Merge requests
  • !57

Limit the clang AST crash workaround to clang 7.0

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Bernhard Rosenkraenzer requested to merge bero/clazy:fixes/clang-bug-7.0-only into master May 18, 2022
  • Overview 1
  • Commits 1
  • Changes 1

The workaround disables some functionality when building with clang in order to work around a clang bug that was introduced in 7.0 and fixed in 8.0. Limit the workaround to clang versions actually affected by the bug.

Verified to work perfectly when built with clang 14.0.3.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fixes/clang-bug-7.0-only