Skip to content

Commit b509645

Browse files
committed
C++: Bump language version in IR tests to C++20
1 parent 062f16e commit b509645

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/test/library-tests/ir/ir

1 file changed

+1
-1
lines changed

cpp/ql/test/library-tests/ir/ir/ir.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2120,4 +2120,4 @@ void call_as_child_of_ConditionDeclExpr() {
21202120
if(HasOperatorBool b = HasOperatorBool()) {}
21212121
}
21222122

2123-
// semmle-extractor-options: -std=c++17 --clang
2123+
// semmle-extractor-options: -std=c++20 --clang

0 commit comments

Comments
 (0)