This is an archive of the discontinued LLVM Phabricator instance.

Fix llvm-header-guard check.
ClosedPublic

Authored by alexfh on Oct 15 2014, 5:17 AM.

Details

Summary

This patch makes the check work better for LLVM code:

  • always fix existing #endif comments
  • use one space before the comment (+allow customization for other styles)

Diff Detail

Event Timeline

alexfh updated this revision to Diff 14931.Oct 15 2014, 5:17 AM
alexfh retitled this revision from to Fix llvm-header-guard check..
alexfh updated this object.
alexfh edited the test plan for this revision. (Show Details)
alexfh added a reviewer: djasper.
alexfh added a subscriber: Unknown Object (MLST).
djasper accepted this revision.Oct 15 2014, 5:25 AM
djasper edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Oct 15 2014, 5:25 AM
alexfh closed this revision.Oct 15 2014, 5:28 AM