This is an archive of the discontinued LLVM Phabricator instance.

[include-cleaner] Defer decl->stdlib conversion into decl->location conversion
ClosedPublic

Authored by kadircet on Nov 16 2022, 6:59 AM.

Details

Summary

We preserve decls for stdlib symbols after this patch in symbol. That
way we have a more unified view of stdlib and regular decls and can provide
reacher information in applications.

Diff Detail

Event Timeline

kadircet created this revision.Nov 16 2022, 6:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 16 2022, 6:59 AM
kadircet requested review of this revision.Nov 16 2022, 6:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 16 2022, 6:59 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
sammccall accepted this revision.Nov 16 2022, 7:02 AM
This revision is now accepted and ready to land.Nov 16 2022, 7:02 AM
This revision was landed with ongoing or failed builds.Nov 16 2022, 7:52 AM
This revision was automatically updated to reflect the committed changes.