We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a61eb commit 19b39bbCopy full SHA for 19b39bb
2 files changed
cpp/autosar/test/rules/A2-3-1/test.cpp.gcc
@@ -1,8 +1,8 @@
1
// It is valid to use @ in comments COMPLIANT
2
3
// Invalid character α NON_COMPLIANT
4
-// double α = 2.; // NON_COMPLIANT; U+03b1 - this is compiler checked
5
-// void *to_𐆅_and_beyond = nullptr; // NON_COMPLIANT; U+10185 - this is compiler checked
+
6
int l1_\u00A8; // COMPLIANT[FALSE_POSITIVE]
7
const char *euro = "α"; // NON_COMPLIANT
8
cpp/autosar/test/rules/A2-3-1/test.cpp.qcc
0 commit comments