NoQ added inline comments.
================ Comment at: test/Analysis/nullptr.cpp:54 void zoo1() { - char **p = 0; + char **p = 0; // expected-note{{'p' initialized to a null pointer value}} delete *(p + 0); // expected-warning{{Dereference of null pointer}} ---------------- This note has been added by the patch. Other newly displayed notes in the old tests here have always been there, but just now got displayed. https://reviews.llvm.org/D37025 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits