[PATCH] D15921: [analyzer] Utility to match function calls.
Anna Zaks via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 11 12:47:04 PST 2016
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
More information about the cfe-commits
mailing list