This is an archive of the discontinued LLVM Phabricator instance.

[Tooling/Inclusion] Handle std::get symbol.
ClosedPublic

Authored by hokein on Feb 21 2023, 6:59 AM.

Details

Summary

Currently, we handle it as a symbol without a header. In general, for
the include-cleaner case, the std::get comes with the type header, it is
safe to ignore it.

Diff Detail

Event Timeline

hokein created this revision.Feb 21 2023, 6:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 21 2023, 6:59 AM
Herald added a subscriber: arphaman. · View Herald Transcript
hokein requested review of this revision.Feb 21 2023, 6:59 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 21 2023, 6:59 AM
kadircet accepted this revision.Feb 22 2023, 5:29 AM

thanks!

This revision is now accepted and ready to land.Feb 22 2023, 5:29 AM
This revision was landed with ongoing or failed builds.Feb 23 2023, 1:26 AM
This revision was automatically updated to reflect the committed changes.