Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cpp/ql/test/library-tests/exprs/min_max/expr.expected
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
| test.cpp:3:13:3:13 | i |
| test.cpp:3:13:3:18 | ... <? ... |
| test.cpp:3:18:3:18 | j |
| test.cpp:4:13:4:13 | i |
| test.cpp:4:13:4:18 | ... >? ... |
| test.cpp:4:13:4:18 | ... <? ... |
| test.cpp:4:18:4:18 | j |
| test.cpp:5:13:5:13 | i |
| test.cpp:5:13:5:18 | ... >? ... |
Comment thread
jketema marked this conversation as resolved.
| test.cpp:5:18:5:18 | j |
1 change: 1 addition & 0 deletions cpp/ql/test/library-tests/exprs/min_max/test.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// semmle-extractor-options: --gnu_version 40200

void f(int i, int j) {
int k = i <? j;
Expand Down