From 98a24e37c565d6eabca0cff7e9541734d1e7e224 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Wed, 30 Mar 2011 17:41:19 +0000 Subject: Begin reworking static analyzer support for C++ method calls. The current logic was divorced from how we process ordinary function calls, had a tremendous about of redundancy, and relied strictly on inlining behavior (which was incomplete) to provide semantics instead of falling back to the conservative analysis we use for C functions. This is a significant step into making C++ analyzer support more useful. llvm-svn: 128557 --- clang/test/Analysis/base-init.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/test/Analysis/base-init.cpp') diff --git a/clang/test/Analysis/base-init.cpp b/clang/test/Analysis/base-init.cpp index 828c9e0b4e4..8fd7abcc377 100644 --- a/clang/test/Analysis/base-init.cpp +++ b/clang/test/Analysis/base-init.cpp @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-store region -analyzer-inline-call -cfg-add-initializers -verify %s +// XFAIL: * class A { int x; -- cgit v1.2.3