This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Include terminator statements in buildStmtToBasicBlockMap
ClosedPublic

Authored by sgatev on Feb 10 2022, 8:38 AM.

Details

Summary

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.

Diff Detail

Event Timeline

sgatev created this revision.Feb 10 2022, 8:38 AM
sgatev requested review of this revision.Feb 10 2022, 8:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 10 2022, 8:38 AM
xazax.hun accepted this revision.Feb 10 2022, 8:55 AM
This revision is now accepted and ready to land.Feb 10 2022, 8:55 AM
This revision was landed with ongoing or failed builds.Feb 11 2022, 3:20 AM
This revision was automatically updated to reflect the committed changes.