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

I see, so that's how it's done!

I also noticed that checker name was weird in exploded graph dumps, i.e. it was 
showing regular new/delete stuff as if it was done by InnerPointer checker. 
I'll check if this is fixed tomorrow.



================
Comment at: lib/StaticAnalyzer/Checkers/MallocChecker.cpp:1685
+
+    return Optional<MallocChecker::CheckKind>();
+  }
----------------
It's usually just `None`, but i guess whoever touched this code before didn't 
know; it's pretty hard to discover.


Repository:
  rC Clang

https://reviews.llvm.org/D50211



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

Reply via email to