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
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
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
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