File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
cpp/ql/test/library-tests/attributes/deprecated_with_msg Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
static int clang421 = __has_feature (attribute_deprecated_with_message );
2
- // semmle-extractor-options: --gnu_version 40201 --edg --clang
2
+ // semmle-extractor-options: --gnu_version 40201 --clang_version 30400
Original file line number Diff line number Diff line change 1
1
static int clang450 = __has_feature (attribute_deprecated_with_message );
2
- // semmle-extractor-options: --gnu_version 40500 --edg --clang
2
+ // semmle-extractor-options: --gnu_version 40500 --clang_version 30500
Original file line number Diff line number Diff line change 1
1
static int gcc421 = __has_feature (attribute_deprecated_with_message );
2
- // semmle-extractor-options: --gnu_version 40201 --edg --clang
2
+ // semmle-extractor-options: --gnu_version 40201
Original file line number Diff line number Diff line change 1
1
static int gcc450 = __has_feature (attribute_deprecated_with_message );
2
- // semmle-extractor-options: --gnu_version 40500 --edg --clang
2
+ // semmle-extractor-options: --gnu_version 40500
You can’t perform that action at this time.
0 commit comments