Skip to content

Commit deb849b

Browse files
committed
A17-0-1: Accept output
1 parent 7a1eeb2 commit deb849b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cpp/autosar/test/rules/A17-0-1/ReservedIdentifiersMacrosAndFunctionsAreDefinedRedefinedOrUndefined.expected

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@
2424
| test.cpp:35:1:35:12 | #define _Foo | '#define _Foo' uses a name reserved for the C++14 implementation. |
2525
| test.cpp:37:1:37:11 | #undef _foo | '#undef _foo' uses a name reserved for the C++14 implementation. |
2626
| test.cpp:38:1:38:12 | #define _foo | '#define _foo' uses a name reserved for the C++14 implementation. |
27+
| test.cpp:59:1:59:16 | #define str(x) 0 | '#define str' uses a reserved name from the C++14 standard library header <regex>. |
28+
| test.cpp:59:1:59:16 | #define str(x) 0 | '#define str' uses a reserved name from the C++14 standard library header <sstream>. |
29+
| test.cpp:59:1:59:16 | #define str(x) 0 | '#define str' uses a reserved name from the C++14 standard library header <strstream>. |

0 commit comments

Comments
 (0)