We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0c473 commit f601904Copy full SHA for f601904
clang-tools-extra/test/clang-tidy/checkers/cir/lifetime-basic.cpp
@@ -9,6 +9,9 @@
9
// RUN: --
10
// RUN: FileCheck -input-file=%t.yaml -check-prefix=CHECK-YAML %s
11
12
+// NYI with 'invalid C++ ABI kind' on windows
13
+// UNSUPPORTED: system-windows
14
+
15
int *p0() {
16
int *p = nullptr;
17
{
@@ -36,4 +39,4 @@ int *p0() {
36
39
// CHECK-YAML: Notes:
37
40
// CHECK-YAML: - Message: 'pointee ''x'' invalidated at end of scope'
38
41
// CHECK-YAML: Replacements: []
-// CHECK-YAML: Level: Warning
42
+// CHECK-YAML: Level: Warning
0 commit comments