[clang][dataflow] Centralize expression skipping logic
A follow-up to 62b2a47a to centralize the logic that skips expressions that the CFG does not emit. This allows client code to avoid sprinkling this logic everywhere. Add redirects in the transfer function to similarly skip such expressions by forwarding the visit to the sub-expression. Differential Revision: https://reviews.llvm.org/D124965
parent
07c96a31
Please register or sign in to comment