[analyzer][test] Set C++14 as language standard for test depending on new

features

llvm-svn: 329225
This commit is contained in:
Jan Korous
2018-04-04 19:58:48 +00:00
parent 2a6943ca14
commit 604f036394

View File

@@ -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