diff options
Diffstat (limited to 'test/Analysis/missing-bind-temporary.cpp')
-rw-r--r-- | test/Analysis/missing-bind-temporary.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/missing-bind-temporary.cpp b/test/Analysis/missing-bind-temporary.cpp index 6071f5b5fae1b..7be4e2ddf3007 100644 --- a/test/Analysis/missing-bind-temporary.cpp +++ b/test/Analysis/missing-bind-temporary.cpp @@ -1,6 +1,6 @@ -// RUN: %clang_analyze_cc1 -triple x86_64-unknown-linux -analyzer-checker=debug.DumpCFG -std=c++14 %s > %t 2>&1 +// RUN: %clang_analyze_cc1 -triple x86_64-unknown-linux -analyzer-checker=debug.DumpCFG -std=c++14 -analyzer-config eagerly-assume=false %s > %t 2>&1 // RUN: FileCheck --input-file=%t %s -// RUN: %clang_analyze_cc1 -triple x86_64-unknown-linux -analyzer-checker=core,debug.ExprInspection -std=c++14 -verify %s +// RUN: %clang_analyze_cc1 -triple x86_64-unknown-linux -analyzer-checker=core,debug.ExprInspection -std=c++14 -verify -analyzer-config eagerly-assume=false %s void clang_analyzer_eval(bool); |