summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/new.cpp
diff options
context:
space:
mode:
authorSebastian Redl <sebastian.redl@getdesigned.at>2012-02-16 12:22:20 +0000
committerSebastian Redl <sebastian.redl@getdesigned.at>2012-02-16 12:22:20 +0000
commit6047f07e815c631a1cbca7531f4dfc5331592da7 (patch)
tree027b7a71493922e724568b4686ea8cfec9da3c0c /clang/test/Analysis/new.cpp
parentc3a3c60040dfc39c38d878d928793288bfc3f139 (diff)
downloadbcm5719-llvm-6047f07e815c631a1cbca7531f4dfc5331592da7.tar.gz
bcm5719-llvm-6047f07e815c631a1cbca7531f4dfc5331592da7.zip
Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hold the used constructor itself.""
This reintroduces commit r150682 with a fix for the Bullet benchmark crash. llvm-svn: 150685
Diffstat (limited to 'clang/test/Analysis/new.cpp')
-rw-r--r--clang/test/Analysis/new.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Analysis/new.cpp b/clang/test/Analysis/new.cpp
index 29ac5eebd24..5ca8c462bdf 100644
--- a/clang/test/Analysis/new.cpp
+++ b/clang/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;
OpenPOWER on IntegriCloud