chore(config): Add labels for new checks of Clang SA & Tidy #4051
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The following checks were analysed on our usual set of ~20 test projects, these produced no crashes and most of them gave sensible results. Personally, I really enjoy the fact that
bugprone-incorrect-enable-if
is a thing!bugprone-empty-catch
bugprone-incorrect-enable-if
bugprone-non-zero-enum-to-bool-conversion
bugprone-optional-value-conversion
cppcoreguidelines-misleading-capture-default-by-value
cppcoreguidelines-noexcept-destructor
cppcoreguidelines-noexcept-move-operations
cppcoreguidelines-noexcept-swap
performance-noexcept-destructor
performance-noexcept-swap
readability-reference-to-constructed-temporary
core.BitwiseShift
unix.StdCLibraryFunctions
The following checks produced no reports on the test set, and as such, their evaluation was done by looking at the documentation and the tests. They also did not crash.
bugprone-compare-pointer-to-member-virtual-function
bugprone-multiple-new-in-one-expression
bugprone-unique-ptr-array-mismatch
cppcoreguidelines-no-suspend-with-lock
misc-coroutine-hostile-raii
modernize-use-constraints
modernize-use-std-print
readability-operators-representation