-
Notifications
You must be signed in to change notification settings - Fork 388
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
[config] Label Clang 18.0-19.trunk SA & Tidy checkers #4193
Conversation
Failure is this one but not sure why it is my fault:
|
@sylvestre You changed a label configuration file, so the CI job that checks whether the label configuration file covers the nightly build of the respective analysers were executed. For example, it caught that you made a typo in the config file, as even though it looks like you added a record for one of the checkers in that list, you actually did not! 🙂 |
@NagyDonat @Discookie Can you please describe the |
@NagyDonat @gamesh411 Same comment for "alpha.cplusplus.EnumCastOutOfRange": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-cplusplus-enumcastoutofrange-c",
"profile:extreme",
"profile:sensitive",
"severity:MEDIUM"
], |
|
@NagyDonat These are the official descriptions for these values. I'm not inherently sure how strictly we adhere to them. codechecker/config/labels/descriptions.json Lines 2 to 16 in e2d7df4
Basically the crucial issue about adding something to Is it good to have this checker enabled by default for users? It's not part of What happens if we default-enable a |
EnumCastOutOfRange: ArrayDelete: |
@gamesh411 Thanks! I'll update the patch soon and then I think we will be done with adding the new classifications! |
No description provided.