This patch implements the initial version of "Location => Header" step:
- define the interface;
- integrate into the existing workflow, and use the PragmaIncludes;
Paths
| Differential D137320
[include-cleaner] Initial version for the "Location=>Header" step ClosedPublic Authored by hokein on Nov 3 2022, 2:20 AM.
Details Summary This patch implements the initial version of "Location => Header" step:
Diff Detail
Event Timeline
hokein marked 6 inline comments as done. Comment Actionsaddress comments
hokein marked 3 inline comments as done. Comment Actionsaddress comments
Comment Actions thanks, lgtm!
This revision is now accepted and ready to land.Nov 10 2022, 5:35 AM This revision was landed with ongoing or failed builds.Nov 11 2022, 1:35 AM Closed by commit rG779554804813: [include-cleaner] Initial version for the "Location=>Header" step (authored by hokein). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 474687 clang-tools-extra/include-cleaner/include/clang-include-cleaner/Analysis.h
clang-tools-extra/include-cleaner/include/clang-include-cleaner/Types.h
clang-tools-extra/include-cleaner/lib/Analysis.cpp
clang-tools-extra/include-cleaner/lib/AnalysisInternal.h
clang-tools-extra/include-cleaner/lib/Record.cpp
clang-tools-extra/include-cleaner/lib/Types.cpp
clang-tools-extra/include-cleaner/unittests/AnalysisTest.cpp
|
can you add comments here describing what this case is used for