This is an archive of the discontinued LLVM Phabricator instance.

[flang] Emit error when a positional actual argument follows an argument with a keyword
ClosedPublic

Authored by klausler on Mar 21 2023, 3:05 PM.

Details

Summary

A positional (non-keyword) actual argument or alternate return label is not
allowed to follow an actual argument with a keyword.

Diff Detail

Event Timeline

klausler created this revision.Mar 21 2023, 3:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 21 2023, 3:05 PM
klausler requested review of this revision.Mar 21 2023, 3:05 PM
vdonaldson accepted this revision.Mar 21 2023, 7:51 PM
This revision is now accepted and ready to land.Mar 21 2023, 7:51 PM