This is an archive of the discontinued LLVM Phabricator instance.

[include-cleaner] pass through recorded macro refs in walkUsed
ClosedPublic

Authored by sammccall on Nov 8 2022, 7:33 AM.

Diff Detail

Event Timeline

sammccall created this revision.Nov 8 2022, 7:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 8 2022, 7:33 AM
sammccall requested review of this revision.Nov 8 2022, 7:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 8 2022, 7:33 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
kadircet accepted this revision.Nov 8 2022, 8:10 AM

thanks, lgtm!

clang-tools-extra/include-cleaner/include/clang-include-cleaner/Analysis.h
47–48

nit: you mind moving sourcemanager to be after roots and macrorefs?

This revision is now accepted and ready to land.Nov 8 2022, 8:10 AM
This revision was automatically updated to reflect the committed changes.
sammccall marked an inline comment as done.