Szelethus marked 2 inline comments as done.
Szelethus added inline comments.


================
Comment at: test/Analysis/NewDelete-checker-test.cpp:380
   delete foo;
   delete foo; // expected-warning {{Attempt to delete released memory}}
 }
----------------
Right here.


================
Comment at: test/Analysis/NewDelete-checker-test.cpp:392
   delete foo;
   delete foo;  // expected-warning {{Attempt to delete released memory}}
 }
----------------
And here.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54834/new/

https://reviews.llvm.org/D54834



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to