summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/method-call.cpp
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2010-05-06 02:59:29 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2010-05-06 02:59:29 +0000
commit9174b2c2f9251db08fea0c4e48372b9a599f57af (patch)
tree13c7afba2093214a1b5b820c3f4b6fb5bc0c5de9 /clang/test/Analysis/method-call.cpp
parent9feb1bb11727cb79a71015fd950473269bcdafd6 (diff)
downloadbcm5719-llvm-9174b2c2f9251db08fea0c4e48372b9a599f57af.tar.gz
bcm5719-llvm-9174b2c2f9251db08fea0c4e48372b9a599f57af.zip
Make -analyzer-inline-call not a separate analysis. Instead it's a boolean
flag now, and can be used with other analyses. Only turned it on for C++ methods for now. llvm-svn: 103160
Diffstat (limited to 'clang/test/Analysis/method-call.cpp')
-rw-r--r--clang/test/Analysis/method-call.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/method-call.cpp b/clang/test/Analysis/method-call.cpp
index dd891596c5d..47f14447d6b 100644
--- a/clang/test/Analysis/method-call.cpp
+++ b/clang/test/Analysis/method-call.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-check-objc-mem -analyzer-store region -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-check-objc-mem -analyzer-inline-call -analyzer-store region -verify %s
struct A {
int x;
A(int a) { x = a; }
OpenPOWER on IntegriCloud