Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LLVM 16 support #2456

Merged
merged 1 commit into from
Dec 22, 2022
Merged

LLVM 16 support #2456

merged 1 commit into from
Dec 22, 2022

Conversation

guwirth
Copy link
Collaborator

@guwirth guwirth commented Dec 22, 2022

new rules:

  • abseil-cleanup-ctad
  • bugprone-assignment-in-if-condition
  • bugprone-narrowing-conversions
  • bugprone-standalone-empty
  • bugprone-suspicious-realloc-usage
  • bugprone-unchecked-optional-access
  • cert-msc54-cpp
  • cppcoreguidelines-avoid-const-or-ref-data-members
  • cppcoreguidelines-avoid-do-while
  • cppcoreguidelines-macro-to-enum
  • misc-confusable-identifiers
  • misc-const-correctness
  • misc-use-anonymous-namespace
  • modernize-macro-to-enum
  • objc-nsdate-formatter
  • portability-std-allocator-const

This change is Reviewable

new rules:
* abseil-cleanup-ctad
* bugprone-assignment-in-if-condition
* bugprone-narrowing-conversions
* bugprone-standalone-empty
* bugprone-suspicious-realloc-usage
* bugprone-unchecked-optional-access
* cert-msc54-cpp
* cppcoreguidelines-avoid-const-or-ref-data-members
* cppcoreguidelines-avoid-do-while
* cppcoreguidelines-macro-to-enum
* misc-confusable-identifiers
* misc-const-correctness
* misc-use-anonymous-namespace
* modernize-macro-to-enum
* objc-nsdate-formatter
* portability-std-allocator-const
@guwirth guwirth added this to the 2.1.0 milestone Dec 22, 2022
@guwirth guwirth self-assigned this Dec 22, 2022
@guwirth guwirth merged commit 28198f5 into SonarOpenCommunity:master Dec 22, 2022
@guwirth guwirth deleted the llvm-16 branch February 8, 2023 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant