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

Several Tidy Checks are missing from the list (LLVM 19.1.0) #1381

Open
netx123 opened this issue Sep 24, 2024 · 1 comment
Open

Several Tidy Checks are missing from the list (LLVM 19.1.0) #1381

netx123 opened this issue Sep 24, 2024 · 1 comment

Comments

@netx123
Copy link

netx123 commented Sep 24, 2024

I've compared the list of available checks from LLVM 19.1.0 with the list in CPT and found the following are missing from CPT.

boost-use-ranges
bugprone-crtp-constructor-accessibility
bugprone-pointer-arithmetic-on-polymorphic-object
bugprone-return-const-ref-from-parameter
bugprone-suspicious-stringview-data-usage
cert-ctr56-cpp
cert-int09-c
clang-analyzer-cplusplus.ArrayDelete
clang-analyzer-optin.taint.TaintedAlloc
clang-analyzer-security.PutenvStackArray
clang-analyzer-security.SetgidSetuidOrder
clang-analyzer-unix.BlockInCriticalSection
clang-analyzer-unix.Stream
misc-use-internal-linkage
modernize-min-max-use-initializer-list
modernize-use-designated-initializers
modernize-use-ranges
modernize-use-std-format
readability-enum-initial-value
readability-math-missing-parentheses
readability-use-std-min-max
@mariru27
Copy link
Contributor

mariru27 commented Oct 2, 2024

Hi @netx123,

Thank you for letting us know, we definitely will add missing Tidy checks

Kind regards,
Marina

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants