This is an archive of the discontinued LLVM Phabricator instance.

[flang] Clean up TODO comments and fix one (DATA constant ambiguity)
ClosedPublic

Authored by klausler on Dec 15 2020, 11:11 AM.

Details

Summary

Remove resolved & moot TODO comments in Common/, Parser/,
and Evaluate/. Address a pending one relating to parsing
ambiguity in DATA statement constants, handling it with
symbol table information in Semantics and adding a test.

Diff Detail

Event Timeline

klausler created this revision.Dec 15 2020, 11:11 AM
klausler requested review of this revision.Dec 15 2020, 11:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 15 2020, 11:11 AM
PeteSteinfeld accepted this revision.Dec 15 2020, 12:29 PM

All builds, tests, and looks good.

This revision is now accepted and ready to land.Dec 15 2020, 12:29 PM
This revision was landed with ongoing or failed builds.Dec 15 2020, 1:36 PM
This revision was automatically updated to reflect the committed changes.