This is an archive of the discontinued LLVM Phabricator instance.

[flang] Allow Fortran comments after #include path
ClosedPublic

Authored by klausler on Sep 14 2020, 2:50 PM.

Details

Summary

C-style /*comments*/ are removed during preprocessing directive
tokenization, but Fortran !comments need to be specifically
allowed.

Fixes LLVM bugzilla 47466.

Diff Detail

Event Timeline

klausler created this revision.Sep 14 2020, 2:50 PM
Herald added a project: Restricted Project. · View Herald Transcript
klausler requested review of this revision.Sep 14 2020, 2:50 PM
PeteSteinfeld accepted this revision.Sep 14 2020, 3:16 PM

All builds, tests, and looks good.

This revision is now accepted and ready to land.Sep 14 2020, 3:16 PM
This revision was automatically updated to reflect the committed changes.