Add labels for new checkers between 6.26.2 and 6.27.0-rc1#4695
Conversation
|
My suggestion for this categorisation takes the following result-counts into account. |
|
Note, that I have not considered which checkers are related to SEI-Cert rules. |
There was a problem hiding this comment.
Thanks for the PR.
I am leaning to enable more checks by default.
I would enable for example almost all compiler warnings that are enabled by default anyway.
Please don't forget to include the checker in the sensitive profile too if you add it to the default profile (as sensitive includes default).
| "google-runtime-float": [ | ||
| "doc_url:https://clang.llvm.org/extra/clang-tidy/checks/google/runtime-float.html", | ||
| "profile:extreme", | ||
| "severity:MEDIUM" |
There was a problem hiding this comment.
probably low. a portability check
713f295 to
b8132d7
Compare
|
I have updated all the checkers in the default profile to also be included in the sensitive and extreme. |
b8132d7 to
d6157e9
Compare
No description provided.