This is an archive of the discontinued LLVM Phabricator instance.

[format] foo.<name>.h should be the main-header for foo.<name>.cc
ClosedPublic

Authored by hokein on Oct 20 2020, 2:35 AM.

Diff Detail

Event Timeline

hokein created this revision.Oct 20 2020, 2:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 20 2020, 2:35 AM
hokein requested review of this revision.Oct 20 2020, 2:35 AM
sammccall accepted this revision.Oct 20 2020, 4:15 AM

Thank you!

clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
243

nit: comment is internally inconsistent here, which makes it a bit hard to follow.

  • either use bullets for both lists, or for neither
  • either use placeholders like 'foo' or like '<name>', but not both
  • list the most important/obvious examples at the top for both cases
This revision is now accepted and ready to land.Oct 20 2020, 4:15 AM
hokein updated this revision to Diff 299332.Oct 20 2020, 4:26 AM

address comment.

This revision was landed with ongoing or failed builds.Oct 20 2020, 4:34 AM
This revision was automatically updated to reflect the committed changes.
hokein marked an inline comment as done.