This revision was automatically updated to reflect the committed changes.
Closed by commit rG0a315be2a46f: [include-cleaner] Dont boost private headers
beyond public ones (authored by kadircet).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157400/ne
VitaNuo accepted this revision.
VitaNuo added a comment.
This revision is now accepted and ready to land.
Thanks.
Comment at: clang-tools-extra/include-cleaner/unittests/FindHeadersTest.cpp:474
+ Inputs.ExtraFiles["bar.h"] =
+ guard(R"cpp(#include "foo.h" // IWYU pragma:
kadircet created this revision.
kadircet added a reviewer: VitaNuo.
Herald added a project: All.
kadircet requested review of this revision.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.
Private headers should be the last resort, even if they match the name
of