Caphyon / clang-power-tools

Bringing clang-tidy magic to Visual Studio C++ developers.
http://www.clangpowertools.com
Apache License 2.0
472 stars 57 forks source link

Several Tidy Checks are missing from the list (LLVM 18.1.2) #1349

Closed netx123 closed 2 months ago

netx123 commented 3 months ago

In addition to the tidy checks from 17.0.1 #1328 that are still missing.

Several more Tidy Checks are also missing for (LLVM 18.1.2)

bugprone-casting-through-void
bugprone-chained-comparison
bugprone-compare-pointer-to-member-virtual-function
bugprone-inc-dec-in-conditions
bugprone-incorrect-enable-if
bugprone-multi-level-implicit-pointer-conversion
bugprone-optional-value-conversion
bugprone-unused-local-non-trivial-variable
clang-analyzer-core.BitwiseShift
clang-analyzer-optin.core.EnumCastOutOfRange
clang-analyzer-security.cert.env.InvalidPtr
clang-analyzer-unix.Errno
clang-analyzer-unix.StdCLibraryFunctions
cppcoreguidelines-macro-to-enum
cppcoreguidelines-no-suspend-with-lock
hicpp-ignored-remove-result
misc-coroutine-hostile-raii
modernize-use-constraints
modernize-use-starts-ends-with
modernize-use-std-numbers
performance-enum-size
readability-avoid-nested-conditional-operator
readability-avoid-return-with-void-value
readability-redundant-casting
readability-redundant-inline-specifier
readability-reference-to-constructed-temporary
mariru27 commented 3 months ago

Hi @netx123,

Thank you for reminding me about issue #1328. Updating the tidy checks may take some time, but I'll get to it as soon as possible.

Kind regards, Marina

mariru27 commented 2 months ago

Hi @netx123,

We added 52 new checks in Clang Power Tools release v2024.4.0, thank you for your help

Have a nice day, Marina