This is needed to accurately remove headers with tooling::IncludeHeaders in the
rare cases where <foo> and "foo" resolve to something different.
This is also nice to have in HTML report and command-line -print=changes output.
Paths
| Differential D139018
[include-cleaner] Record whether includes are spelled with <angle> quotes ClosedPublic Authored by sammccall on Nov 30 2022, 8:00 AM.
Details Summary This is needed to accurately remove headers with tooling::IncludeHeaders in the This is also nice to have in HTML report and command-line -print=changes output.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 30 2022, 8:34 AM Closed by commit rG9961fa1653a2: [include-cleaner] Record whether includes are spelled with <angle> quotes (authored by sammccall). · Explain WhyNov 30 2022, 9:14 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 478978 clang-tools-extra/include-cleaner/include/clang-include-cleaner/Types.h
clang-tools-extra/include-cleaner/lib/HTMLReport.cpp
clang-tools-extra/include-cleaner/lib/Record.cpp
clang-tools-extra/include-cleaner/lib/Types.cpp
clang-tools-extra/include-cleaner/unittests/RecordTest.cpp
|