[analyzer][test] Set C++14 as language standard for test depending on new
authorJan Korous <jkorous@apple.com>
Wed, 4 Apr 2018 19:58:48 +0000 (19:58 +0000)
committerJan 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

index 010c42e..6071f5b 100644 (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