We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b39bb commit 1dbba67Copy full SHA for 1dbba67
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
-
5
+// double # = 2.; // NON_COMPLIANT; U+03b1 - this is compiler checked
+// 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