From dbe13110f59f48b4dbb7552b3ac2935acdeece7f Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 14 Apr 2012 14:01:31 +0000 Subject: Vendor import of clang trunk r154661: http://llvm.org/svn/llvm-project/cfe/trunk@r154661 --- test/Analysis/new.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Analysis/new.cpp') diff --git a/test/Analysis/new.cpp b/test/Analysis/new.cpp index 29ac5eebd242..5ca8c462bdf5 100644 --- a/test/Analysis/new.cpp +++ b/test/Analysis/new.cpp @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-store region -verify %s +// XFAIL: * void f1() { int *n = new int; -- cgit v1.3