This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Allows the prevailing include header guard in Flang ...
ClosedPublic

Authored by schweitz on Jun 29 2020, 2:22 PM.

Details

Summary

to be recognized rather than flagged as a violation in phabricator.

Diff Detail

Event Timeline

schweitz created this revision.Jun 29 2020, 2:22 PM
Herald added a project: Restricted Project. · View Herald Transcript
schweitz updated this revision to Diff 274278.Jun 29 2020, 4:08 PM
sscalpone accepted this revision.Jun 29 2020, 10:48 PM
This revision is now accepted and ready to land.Jun 29 2020, 10:48 PM
This revision was automatically updated to reflect the committed changes.

Would you be able to add some unit tests for this in a follow up.
clang-tools-extra/unittests/clang-tidy/LLVMModuleTest.cpp is where they live.