mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
[analyzer][test] Set C++14 as language standard for test depending on new
features llvm-svn: 329225
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user