[analyzer] Garbage removed

llvm-svn: 178398
This commit is contained in:
Anton Yartsev 2013-03-30 01:24:21 +00:00
parent ae3630b011
commit 5bfcb2f0ef
1 changed files with 0 additions and 2 deletions

View File

@ -31,8 +31,6 @@ void testDeleteMalloced() {
delete p; // no warn
}
// FIXME: Pointer should escape
//----- Test free standard new
void testFreeOpNew() {
void *p = operator new(0);