[PATCH] D89783: [format] foo..h should be the main-header for foo..cc

2020-10-20 Thread Haojian Wu via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. hokein marked an inline comment as done. Closed by commit rG84048e234f8f: [format] foo..h should be the main-header for foo..cc (authored by hokein). Repos

[PATCH] D89783: [format] foo..h should be the main-header for foo..cc

2020-10-20 Thread Haojian Wu via Phabricator via cfe-commits
hokein updated this revision to Diff 299332. hokein added a comment. address comment. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D89783/new/ https://reviews.llvm.org/D89783 Files: clang/include/clang/Tooling/Inclusions/HeaderIncludes.h clang

[PATCH] D89783: [format] foo..h should be the main-header for foo..cc

2020-10-20 Thread Sam McCall via Phabricator via cfe-commits
sammccall accepted this revision. sammccall added a comment. This revision is now accepted and ready to land. Thank you! Comment at: clang/lib/Tooling/Inclusions/HeaderIncludes.cpp:243 + StringRef MatchingFileStem = matchingStem(FileName); // foo for foo.cu.cc + // main-head

[PATCH] D89783: [format] foo..h should be the main-header for foo..cc

2020-10-20 Thread Haojian Wu via Phabricator via cfe-commits
hokein created this revision. hokein added a reviewer: adamcz. Herald added a project: clang. hokein requested review of this revision. This fixes a regression introduced in https://reviews.llvm.org/D88640. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D89783 Files: clang/in