This is an archive of the discontinued LLVM Phabricator instance.

[flang] Enforce C815
ClosedPublic

Authored by klausler on Oct 28 2022, 2:46 PM.

Details

Summary

A Fortran program may not specify a particular attribute multiple
times for the same entity in a scope.

Diff Detail

Event Timeline

klausler created this revision.Oct 28 2022, 2:46 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 28 2022, 2:46 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Oct 28 2022, 2:46 PM
PeteSteinfeld accepted this revision.Oct 28 2022, 3:18 PM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Oct 28 2022, 3:18 PM
This revision was automatically updated to reflect the committed changes.