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

support Clang-Tidy v15 #2324

Merged
merged 1 commit into from
Feb 28, 2022
Merged

Conversation

guwirth
Copy link
Collaborator

@guwirth guwirth commented Feb 25, 2022

  • llvmorg-15-init-2831-geb3e09c9bf1d

new rules:

  • abseil-cleanup-ctad
  • bugprone-shared-ptr-array-mismatch
  • bugprone-stringview-nullptr
  • cert-err33-c
  • misc-misleading-bidirectional
  • misc-misleading-identifier
  • objc-assert-equals
  • readability-container-contains
  • readability-container-data-pointer
  • readability-duplicate-include
  • clang-diagnostic-always-inline-coroutine
  • clang-diagnostic-bit-int-extension
  • clang-diagnostic-branch-protection
  • clang-diagnostic-c++14-attribute-extensions
  • clang-diagnostic-c++17-attribute-extensions
  • clang-diagnostic-c++20-attribute-extensions
  • clang-diagnostic-deprecated-coroutine
  • clang-diagnostic-deprecated-experimental-coroutine
  • clang-diagnostic-deprecated-type
  • clang-diagnostic-future-attribute-extensions
  • clang-diagnostic-spirv-compat
  • clang-diagnostic-target-clones-mixed-specifiers
  • clang-diagnostic-unaligned-access
  • clang-diagnostic-unqualified-std-cast-call
  • clang-diagnostic-unsupported-abi

This change is Reviewable

@guwirth guwirth added this to the 2.0.7 milestone Feb 25, 2022
@guwirth guwirth self-assigned this Feb 25, 2022
- llvmorg-15-init-2831-geb3e09c9bf1d
@guwirth guwirth merged commit 6f1acc4 into SonarOpenCommunity:master Feb 28, 2022
@guwirth guwirth deleted the clang-tidy-15 branch July 26, 2022 09:08
@guwirth guwirth restored the clang-tidy-15 branch July 26, 2022 09:15
@guwirth guwirth deleted the clang-tidy-15 branch July 26, 2022 12:29
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