This is an archive of the discontinued LLVM Phabricator instance.

[flang] Check for invalid BIND(C) names
ClosedPublic

Authored by klausler on Feb 11 2023, 5:08 PM.

Details

Summary

Require BIND(C) interoperable names to be valid C identifiers.

Diff Detail

Event Timeline

klausler created this revision.Feb 11 2023, 5:08 PM
Herald added a project: Restricted Project. · View Herald Transcript
klausler requested review of this revision.Feb 11 2023, 5:08 PM
jeanPerier accepted this revision.Feb 12 2023, 11:51 PM

Looks good

This revision is now accepted and ready to land.Feb 12 2023, 11:51 PM
This revision was automatically updated to reflect the committed changes.