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 fa6c492 commit 959866aCopy full SHA for 959866a
clang/test/Analysis/new-user-defined.cpp
@@ -1,14 +1,5 @@
1
-// RUN: %clang_analyze_cc1 -w -verify %s\
2
-// RUN: -analyzer-checker=core\
3
-// RUN: -analyzer-checker=debug.ExprInspection -std=c++17
4
5
6
-// RUN: -analyzer-checker=debug.ExprInspection -std=c++11\
7
-// RUN: -DTEST_INLINABLE_ALLOCATORS
8
9
10
-// RUN: -analyzer-checker=debug.ExprInspection -std=c++17\
11
+// RUN: %clang_analyze_cc1 -verify %s\
+// RUN: -analyzer-checker=core,debug.ExprInspection
12
13
void clang_analyzer_eval(bool);
14
0 commit comments