File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
cpp/autosar/test/rules/A2-3-1 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11// It is valid to use @ in comments COMPLIANT
22
33// 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
4+ // double a = 2.; // NON_COMPLIANT; U+03b1 - this is compiler checked
5+ // void *to_8_and_beyond = nullptr; // NON_COMPLIANT; U+10185 - this is compiler checked
66int l1_\u00A8; // COMPLIANT[FALSE_POSITIVE]
77const char *euro = "α"; // NON_COMPLIANT
88
Original file line number Diff line number Diff line change 11// It is valid to use @ in comments COMPLIANT
22
33// 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
4+ // double a = 2.; // NON_COMPLIANT; U+03b1 - this is compiler checked
5+ // void *to_8_and_beyond = nullptr; // NON_COMPLIANT; U+10185 - this is compiler checked
66int l1_\u00A8; // COMPLIANT[FALSE_POSITIVE]
77const char *euro = "α"; // NON_COMPLIANT
88
You can’t perform that action at this time.
0 commit comments