We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 164cfaf + 0796184 commit 7ccae93Copy full SHA for 7ccae93
cpp/ql/test/library-tests/exprs/min_max/expr.expected
@@ -1,6 +1,6 @@
1
-| test.cpp:3:13:3:13 | i |
2
-| test.cpp:3:13:3:18 | ... <? ... |
3
-| test.cpp:3:18:3:18 | j |
4
| test.cpp:4:13:4:13 | i |
5
-| test.cpp:4:13:4:18 | ... >? ... |
+| test.cpp:4:13:4:18 | ... <? ... |
6
| test.cpp:4:18:4:18 | j |
+| test.cpp:5:13:5:13 | i |
+| test.cpp:5:13:5:18 | ... >? ... |
+| test.cpp:5:18:5:18 | j |
cpp/ql/test/library-tests/exprs/min_max/test.cpp
@@ -1,3 +1,4 @@
+// semmle-extractor-options: --gnu_version 40200
void f(int i, int j) {
int k = i <? j;
0 commit comments