diff options
| author | Anna Zaks <ganna@apple.com> | 2013-01-24 23:15:30 +0000 |
|---|---|---|
| committer | Anna Zaks <ganna@apple.com> | 2013-01-24 23:15:30 +0000 |
| commit | 6bab4ef4e83ffd7f42e00b5ead2bcfead78b51b4 (patch) | |
| tree | f45a8728f0eb3fb52dcd9f82c18869eff9ae1a0a /clang/test/Analysis/inlining/stl.cpp | |
| parent | c7f5e69e5024f6d4a34a4b77c018aee82354cc44 (diff) | |
| download | bcm5719-llvm-6bab4ef4e83ffd7f42e00b5ead2bcfead78b51b4.tar.gz bcm5719-llvm-6bab4ef4e83ffd7f42e00b5ead2bcfead78b51b4.zip | |
[analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".
The idea is to eventually place all analyzer options under
"analyzer-config". In addition, this lays the ground for introduction of
a high-level analyzer mode option, which will influence the
default setting for IPAMode.
llvm-svn: 173385
Diffstat (limited to 'clang/test/Analysis/inlining/stl.cpp')
| -rw-r--r-- | clang/test/Analysis/inlining/stl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Analysis/inlining/stl.cpp b/clang/test/Analysis/inlining/stl.cpp index cec782151c9..b09a5126bc6 100644 --- a/clang/test/Analysis/inlining/stl.cpp +++ b/clang/test/Analysis/inlining/stl.cpp @@ -1,5 +1,5 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,debug.ExprInspection -analyzer-ipa=dynamic -analyzer-config c++-stdlib-inlining=false -verify %s -// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,debug.ExprInspection -analyzer-ipa=dynamic -analyzer-config c++-stdlib-inlining=true -DINLINE=1 -verify %s +// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,debug.ExprInspection -analyzer-config c++-stdlib-inlining=false -verify %s +// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,debug.ExprInspection -analyzer-config c++-stdlib-inlining=true -DINLINE=1 -verify %s #include "../Inputs/system-header-simulator-cxx.h" |

