diff options
| author | Jan Korous <jkorous@apple.com> | 2018-04-04 19:58:48 +0000 |
|---|---|---|
| committer | Jan Korous <jkorous@apple.com> | 2018-04-04 19:58:48 +0000 |
| commit | 604f03639490b2ec0901bc10b4ba2ddbe0bb0be5 (patch) | |
| tree | 3a873ea599559309dd0e0ecf8b7e59598e4ce901 /clang/test | |
| parent | 2a6943ca143a9e2215e31839bff2b64947aa690d (diff) | |
| download | bcm5719-llvm-604f03639490b2ec0901bc10b4ba2ddbe0bb0be5.tar.gz bcm5719-llvm-604f03639490b2ec0901bc10b4ba2ddbe0bb0be5.zip | |
[analyzer][test] Set C++14 as language standard for test depending on new
features
llvm-svn: 329225
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/Analysis/missing-bind-temporary.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/missing-bind-temporary.cpp b/clang/test/Analysis/missing-bind-temporary.cpp index 010c42e0ff1..6071f5b5fae 100644 --- a/clang/test/Analysis/missing-bind-temporary.cpp +++ b/clang/test/Analysis/missing-bind-temporary.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_analyze_cc1 -triple x86_64-unknown-linux -analyzer-checker=debug.DumpCFG %s > %t 2>&1 +// RUN: %clang_analyze_cc1 -triple x86_64-unknown-linux -analyzer-checker=debug.DumpCFG -std=c++14 %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 |

