This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Remove obsolete FIXME
ClosedPublic

Authored by sgatev on Jan 18 2022, 7:07 AM.

Details

Summary

The FIXME is no longer relevant as ControlFlowContext centralizes the
construction of the CFG.

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.Jan 18 2022, 7:07 AM
sgatev requested review of this revision.Jan 18 2022, 7:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 18 2022, 7:07 AM
xazax.hun accepted this revision.Jan 18 2022, 7:13 AM
This revision is now accepted and ready to land.Jan 18 2022, 7:13 AM

I think for trivial changes like this you do not need to create a review, you can commit it directly :)

This revision was landed with ongoing or failed builds.Jan 18 2022, 7:17 AM
This revision was automatically updated to reflect the committed changes.