diff options
Diffstat (limited to 'test/Analysis/new-ctor-inlined.cpp')
-rw-r--r-- | test/Analysis/new-ctor-inlined.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/new-ctor-inlined.cpp b/test/Analysis/new-ctor-inlined.cpp index 1506bf27f353a..ca8c4da392d6d 100644 --- a/test/Analysis/new-ctor-inlined.cpp +++ b/test/Analysis/new-ctor-inlined.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); |