zaks.anna added inline comments.

================
Comment at: include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h:312
@@ +311,3 @@
+  /// calls.
+  bool isCalled(const CallEvent &Call, const CallDescription &CD);
+
----------------
The API is a bit awkward. Maybe it would be better if we make this a member of 
CallEvent as you've suggested initially?


http://reviews.llvm.org/D15921



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

Reply via email to