xazax.hun added inline comments.

================
Comment at: lib/StaticAnalyzer/Checkers/MallocChecker.cpp:2514
@@ -2513,1 +2513,3 @@
 
+  if (FName.endswith("postEvent") &&
+      FD->getQualifiedNameAsString() == "QCoreApplication::postEvent") {
----------------
Shouldn't you use == instead of endswith here?


http://reviews.llvm.org/D14170



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

Reply via email to