This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Respect Origin option in createStaticIndexingAction
ClosedPublic

Authored by kadircet on Mar 11 2019, 3:53 AM.

Details

Summary

Currently createStaticIndexingAction always set Origin to Static, which
makes it hard to change it later on by different indexers(One needs to go over
each symbol making a new copy).

This patch changes that behavior to rather respect it if set by user.

Diff Detail

Event Timeline

kadircet created this revision.Mar 11 2019, 3:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 11 2019, 3:53 AM
ioeric accepted this revision.Mar 11 2019, 3:57 AM
This revision is now accepted and ready to land.Mar 11 2019, 3:57 AM
This revision was automatically updated to reflect the committed changes.