This is an archive of the discontinued LLVM Phabricator instance.

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

Diff Detail

Event Timeline

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

thanks, lgtm!

This revision is now accepted and ready to land.Nov 30 2022, 8:34 AM