projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a6943c
)
[analyzer][test] Set C++14 as language standard for test depending on new
author
Jan Korous
<jkorous@apple.com>
Wed, 4 Apr 2018 19:58:48 +0000
(19:58 +0000)
committer
Jan Korous
<jkorous@apple.com>
Wed, 4 Apr 2018 19:58:48 +0000
(19:58 +0000)
features
llvm-svn: 329225
clang/test/Analysis/missing-bind-temporary.cpp
patch
|
blob
|
history
diff --git
a/clang/test/Analysis/missing-bind-temporary.cpp
b/clang/test/Analysis/missing-bind-temporary.cpp
index
010c42e
..
6071f5b
100644
(file)
--- 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