File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
cpp/ql/test/library-tests/clang_builtin_macros Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ // semmle-extractor-options: --edg --clang --edg --c++11 --edg --nullptr
2+
13static int has_nullptr_f = __has_feature(cxx_nullptr);
24static int has_nullptr_e = __has_extension(cxx_nullptr);
3- // semmle-extractor-options: --edg --clang --edg --c++ --edg --nullptr
Original file line number Diff line number Diff line change 22| | gp_offset | <no initialiser value> |
33| | overflow_arg_area | <no initialiser value> |
44| | reg_save_area | <no initialiser value> |
5- | extended.c | has_nullptr_e | 1 |
6- | extended.c | has_nullptr_f | 1 |
5+ | extended.cpp | has_nullptr_e | 1 |
6+ | extended.cpp | has_nullptr_f | 1 |
77| gcc492.c | has_include | 1 |
88| gcc492.c | has_macro_include | 1 |
99| gcc492.c | has_missing_include | 0 |
You can’t perform that action at this time.
0 commit comments