[PATCH] D26768: [analyzer] Improve VirtualCallChecker diagnostics and move out of alpha

Artem Dergachev via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 17 00:10:22 PST 2016


NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.

LGTM!



================
Comment at: test/Analysis/virtualcall.h:23
+#if INTERPROCEDURAL
+          // expected-warning-re at -2 {{{{^}}Call Path : fooCall to virtual function during construction or destruction will not dispatch to derived class}}
+#else
----------------
Hmm, line break handling is quite strange.


https://reviews.llvm.org/D26768





More information about the cfe-commits mailing list