summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/reinterpret-cast.cpp
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2013-01-24 23:15:30 +0000
committerAnna Zaks <ganna@apple.com>2013-01-24 23:15:30 +0000
commit6bab4ef4e83ffd7f42e00b5ead2bcfead78b51b4 (patch)
treef45a8728f0eb3fb52dcd9f82c18869eff9ae1a0a /clang/test/Analysis/reinterpret-cast.cpp
parentc7f5e69e5024f6d4a34a4b77c018aee82354cc44 (diff)
downloadbcm5719-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/reinterpret-cast.cpp')
-rw-r--r--clang/test/Analysis/reinterpret-cast.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/reinterpret-cast.cpp b/clang/test/Analysis/reinterpret-cast.cpp
index 73f2e2de738..e82f7b68694 100644
--- a/clang/test/Analysis/reinterpret-cast.cpp
+++ b/clang/test/Analysis/reinterpret-cast.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection -analyzer-ipa=inlining -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection -verify %s
void clang_analyzer_eval(bool);
OpenPOWER on IntegriCloud