This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Enforce restrictions on unlimited format repetition
ClosedPublic

Authored by klausler on May 5 2022, 3:47 PM.

Details

Summary

A repeated format item group with an unlimited ('*') repetition count
can appear only as the last item at the top level of a format; it can't
be nested in more parentheses and it can't be followed by anything
else.

Diff Detail

Event Timeline

klausler created this revision.May 5 2022, 3:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 5 2022, 3:47 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.May 5 2022, 3:47 PM
vdonaldson accepted this revision.May 5 2022, 4:17 PM
This revision is now accepted and ready to land.May 5 2022, 4:17 PM