]> granicus.if.org Git - clang/commitdiff
[analyzer] Garbage removed
authorAnton Yartsev <anton.yartsev@gmail.com>
Sat, 30 Mar 2013 01:24:21 +0000 (01:24 +0000)
committerAnton Yartsev <anton.yartsev@gmail.com>
Sat, 30 Mar 2013 01:24:21 +0000 (01:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178398 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/NewDelete-intersections.mm

index edd0786e687cb0cba862879f81611672843745e7..4375119ff25ec0a0c9f3ec4244f42d48be5a947e 100644 (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);