Skip to content

Commit 64c8458

Browse files
committed
RULE-21-4: Add compiler-specific expected results
These queries report macro invocations for standard library macros which are defined with different argument names depending on the compiler.
1 parent f403fbd commit 64c8458

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
| test.c:7:7:7:12 | setjmp(env) | Use of setjmp. |
2+
| test.c:8:3:8:9 | call to longjmp | Use of longjmp. |
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
| test.c:7:7:7:12 | setjmp(env) | Use of setjmp. |
2+
| test.c:8:3:8:9 | call to longjmp | Use of longjmp. |

0 commit comments

Comments
 (0)