We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1521ad commit 226c9f5Copy full SHA for 226c9f5
change_notes/2024-02-16-fix-fps-a5-1-1.md
@@ -1,4 +1,7 @@
1
- `A5-1-1` - `LiteralValueUsedOutsideTypeInit.ql`:
2
- Address FP reported in #371. Exclude literals generated by uses of constexpr variables.
3
- Exclude literals used in class template instantiations.
4
- - Update the alert message to adhere to the style-guide.
+ - Update the alert message to adhere to the style-guide.
5
+ - Exclude boolean literals used as template arguments.
6
+ - Exclude `u` and `U` prefixed char literals.
7
+ - Exclude literals part of a class aggregate literal.
0 commit comments