This is an archive of the discontinued LLVM Phabricator instance.

[flang] Diagnose fixed form statement that begins with continuation line
ClosedPublic

Authored by klausler on Jan 27 2023, 9:46 AM.

Details

Summary

A fixed form continuation line should not be the first line of a statement;
emit a warning if it looks like one is so that the programmer can look
for a missing card.

Diff Detail

Event Timeline

klausler created this revision.Jan 27 2023, 9:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 27 2023, 9:46 AM
klausler requested review of this revision.Jan 27 2023, 9:46 AM
vdonaldson accepted this revision.Jan 27 2023, 11:45 AM
This revision is now accepted and ready to land.Jan 27 2023, 11:45 AM