Add a checker callback that is called when the analyzer starts analyzing a
function either at the top level or when inlined. This will be used by a
follow-on patch making the DeallocChecker path sensitive.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with a request for a tiny other improvement in the documentation.
Thanks!
include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h | ||
---|---|---|
111 ↗ | (On Diff #48406) | Is this called for non-inlined functions? It would be worth updating the comments for this one as well. |