This is an archive of the discontinued LLVM Phabricator instance.

[libclang] Split-out some data structures out of `Index.h`
ClosedPublic

Authored by jansvoboda11 on Sep 28 2022, 3:38 PM.

Details

Summary

The Index.h header defines some data structures that are useful for other (non-indexing) APIs. This patch extracts those into separate headers.

Diff Detail

Event Timeline

jansvoboda11 created this revision.Sep 28 2022, 3:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 28 2022, 3:38 PM
jansvoboda11 requested review of this revision.Sep 28 2022, 3:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 28 2022, 3:38 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
benlangmuir accepted this revision.Sep 28 2022, 3:54 PM
This revision is now accepted and ready to land.Sep 28 2022, 3:54 PM
akyrtzi accepted this revision.Sep 28 2022, 4:46 PM
This revision was landed with ongoing or failed builds.Sep 29 2022, 11:30 AM
This revision was automatically updated to reflect the committed changes.