[PATCH] D15921: [analyzer] Utility to match function calls.
Gábor Horváth via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 13 02:28:48 PST 2016
xazax.hun marked an inline comment as done.
================
Comment at: include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h:312
@@ +311,3 @@
+ /// calls.
+ bool isCalled(const CallEvent &Call, const CallDescription &CD);
+
----------------
zaks.anna wrote:
> The API is a bit awkward. Maybe it would be better if we make this a member of CallEvent as you've suggested initially?
I agree. Moved it to CallEvent.
http://reviews.llvm.org/D15921
More information about the cfe-commits
mailing list