This is an archive of the discontinued LLVM Phabricator instance.

[flang] Finer control over warnings
ClosedPublic

Authored by klausler on May 16 2023, 12:55 PM.

Details

Summary

Establish a set of optional usage warnings, and enable some
only in "-pedantic" mode that, in our subjective experience
with application codes, seem to issue frequently without
indicating usage that really needs to be corrected. By default,
with this patch the compiler should appear to be somewhat less
persnickety but not less informative.

Diff Detail

Event Timeline

klausler created this revision.May 16 2023, 12:55 PM
Herald added a project: Restricted Project. · View Herald Transcript
klausler requested review of this revision.May 16 2023, 12:55 PM
vdonaldson accepted this revision.May 16 2023, 1:50 PM
This revision is now accepted and ready to land.May 16 2023, 1:50 PM
This revision was landed with ongoing or failed builds.May 16 2023, 1:56 PM
This revision was automatically updated to reflect the committed changes.