From 9174b2c2f9251db08fea0c4e48372b9a599f57af Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Thu, 6 May 2010 02:59:29 +0000 Subject: 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 --- clang/test/Analysis/method-call.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/Analysis/method-call.cpp') 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; } -- cgit v1.2.1