Commit 45643cfc authored by Eric Li's avatar Eric Li
Browse files

[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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment