diff options
Diffstat (limited to 'test/Analysis/new-ctor-symbolic.cpp')
| -rw-r--r-- | test/Analysis/new-ctor-symbolic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/new-ctor-symbolic.cpp b/test/Analysis/new-ctor-symbolic.cpp index 8bef2ed2402c..be4379151278 100644 --- a/test/Analysis/new-ctor-symbolic.cpp +++ b/test/Analysis/new-ctor-symbolic.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_analyze_cc1 -analyzer-checker=core,debug.ExprInspection -analyzer-config c++-allocator-inlining=true -std=c++11 -verify %s +// RUN: %clang_analyze_cc1 -analyzer-checker=core,debug.ExprInspection -analyzer-config c++-allocator-inlining=true -std=c++11 -verify -analyzer-config eagerly-assume=false %s void clang_analyzer_eval(bool); void clang_analyzer_warnOnDeadSymbol(int); |
