This is an archive of the discontinued LLVM Phabricator instance.

[flang][openacc] Enforce restriction on declare directive
ClosedPublic

Authored by clementval on Aug 2 2023, 2:25 PM.

Details

Summary

Enforce the following restriction specified in 2.13
A var may appear at most once in all the clauses of declare directives for a
function, subroutine, program, or module.

Diff Detail

Event Timeline

clementval created this revision.Aug 2 2023, 2:25 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 2 2023, 2:25 PM
Herald added a subscriber: sunshaoce. · View Herald Transcript
clementval requested review of this revision.Aug 2 2023, 2:25 PM
razvanlupusoru accepted this revision.Aug 2 2023, 3:12 PM

This is great! Thank you!

This revision is now accepted and ready to land.Aug 2 2023, 3:12 PM