diff options
author | Artem Dergachev <artem.dergachev@gmail.com> | 2019-10-19 00:08:17 +0000 |
---|---|---|
committer | Artem Dergachev <artem.dergachev@gmail.com> | 2019-10-19 00:08:17 +0000 |
commit | b0914e7276bf97cb57f84fecc3a95e0d3ceeaf3e (patch) | |
tree | 451c531dd2b8d5c0465643e74560a978720031c0 /clang/test/Analysis/ptr-iter.cpp | |
parent | a9727033fb5fa229b520e0e0d973f68780bc5348 (diff) | |
download | bcm5719-llvm-b0914e7276bf97cb57f84fecc3a95e0d3ceeaf3e.tar.gz bcm5719-llvm-b0914e7276bf97cb57f84fecc3a95e0d3ceeaf3e.zip |
[analyzer] Specify the C++ standard in more tests.
Makes life easier for downstream developers with different default standard.
llvm-svn: 375308
Diffstat (limited to 'clang/test/Analysis/ptr-iter.cpp')
-rw-r--r-- | clang/test/Analysis/ptr-iter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/ptr-iter.cpp b/clang/test/Analysis/ptr-iter.cpp index a35fae470a7..a94288cd1c8 100644 --- a/clang/test/Analysis/ptr-iter.cpp +++ b/clang/test/Analysis/ptr-iter.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_analyze_cc1 %s -analyzer-output=text -verify \ +// RUN: %clang_analyze_cc1 %s -std=c++14 -analyzer-output=text -verify \ // RUN: -analyzer-checker=core,alpha.nondeterminism.PointerIteration #include "Inputs/system-header-simulator-cxx.h" |