Merge pull request #20920 from jketema/feature-incorrect

C++: Remove incorrect tests
This commit is contained in:
Jeroen Ketema
2025-11-26 15:01:50 +01:00
committed by GitHub
3 changed files with 0 additions and 6 deletions

View File

@@ -1,4 +1,2 @@
| clang421.c:1:12:1:19 | clang421 | 0 | | clang421.c:1:12:1:19 | clang421 | 0 |
| clang450.c:1:12:1:19 | clang450 | 1 | | clang450.c:1:12:1:19 | clang450 | 1 |
| gcc421.c:1:12:1:17 | gcc421 | 0 |
| gcc450.c:1:12:1:17 | gcc450 | 1 |

View File

@@ -1,2 +0,0 @@
static int gcc421 = __has_feature(attribute_deprecated_with_message);
// semmle-extractor-options: --gnu_version 40201

View File

@@ -1,2 +0,0 @@
static int gcc450 = __has_feature(attribute_deprecated_with_message);
// semmle-extractor-options: --gnu_version 40500