We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Hi @netx123,
Thank you for letting us know, we definitely will add missing Tidy checks
Kind regards, Marina
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: