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 1
1
// It is valid to use @ in comments COMPLIANT
2
2
3
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
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
6
6
int l1_\u00A8; // COMPLIANT[FALSE_POSITIVE]
7
7
const char *euro = "α"; // NON_COMPLIANT
8
8
Original file line number Diff line number Diff line change 1
1
// It is valid to use @ in comments COMPLIANT
2
2
3
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
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
6
6
int l1_\u00A8; // COMPLIANT[FALSE_POSITIVE]
7
7
const char *euro = "α"; // NON_COMPLIANT
8
8
You can’t perform that action at this time.
0 commit comments