This will be necessary later when we add support for evaluating logic
expressions such as && and ||.
This is part of the implementation of the dataflow analysis framework.
See "[RFC] A dataflow analysis framework for Clang AST" on cfe-dev.
Differential D119447
[clang][dataflow] Include terminator statements in buildStmtToBasicBlockMap sgatev on Feb 10 2022, 8:38 AM. Authored by
Details This will be necessary later when we add support for evaluating logic This is part of the implementation of the dataflow analysis framework.
Diff Detail
|