[PATCH] D103434: [analyzer] Allow visitors to run callbacks on completion
Deep Majumder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 31 23:00:12 PDT 2021
RedDocMD added a comment.
**Note: This patch is only partially done.**
The following things are still left:
- `trackExpressionValue` must receive a callback
- The callback must be passed to a visitor (`ReturnVisitor` for now)
- Tests to verify that `ReturnVisitor` actually does what we intend it to do (call the callback at the right place).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103434/new/
https://reviews.llvm.org/D103434
More information about the cfe-commits
mailing list