summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/new-ctor-inlined.cpp
diff options
context:
space:
mode:
authorGeorge Karpenkov <ekarpenkov@apple.com>2018-08-29 20:29:17 +0000
committerGeorge Karpenkov <ekarpenkov@apple.com>2018-08-29 20:29:17 +0000
commita393e68b27fcc8b78256407c99c6179acea056fe (patch)
treeeec87b494a3f21effd53a06fb8f88e71bbd1bf67 /clang/test/Analysis/new-ctor-inlined.cpp
parentbd3e5dbf4137dd39a628ab3600370627aa287536 (diff)
downloadbcm5719-llvm-a393e68b27fcc8b78256407c99c6179acea056fe.tar.gz
bcm5719-llvm-a393e68b27fcc8b78256407c99c6179acea056fe.zip
[analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by default
Differential Revision: https://reviews.llvm.org/D51251 llvm-svn: 340963
Diffstat (limited to 'clang/test/Analysis/new-ctor-inlined.cpp')
-rw-r--r--clang/test/Analysis/new-ctor-inlined.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/new-ctor-inlined.cpp b/clang/test/Analysis/new-ctor-inlined.cpp
index 1506bf27f35..ca8c4da392d 100644
--- a/clang/test/Analysis/new-ctor-inlined.cpp
+++ b/clang/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);
OpenPOWER on IntegriCloud