This is an archive of the discontinued LLVM Phabricator instance.

[dexp] Change FuzzyFind to also print scope of symbols
ClosedPublic

Authored by kadircet on Dec 14 2018, 6:11 AM.

Details

Summary

When there are multiple symbols in the result of a fuzzy find with the
same name, one has to perform an additional query to figure out which of those
symbols are coming from the "interesting" scope. This patch prints the scope in
fuzzy find results to get rid of the second symbol.

Diff Detail

Repository
rL LLVM

Event Timeline

kadircet created this revision.Dec 14 2018, 6:11 AM
hokein accepted this revision.Dec 14 2018, 6:19 AM
This revision is now accepted and ready to land.Dec 14 2018, 6:19 AM
This revision was automatically updated to reflect the committed changes.