This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Adjust symbol score based on crude symbol type.
ClosedPublic

Authored by sammccall on Jun 5 2018, 9:42 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

sammccall created this revision.Jun 5 2018, 9:42 AM
ioeric accepted this revision.Jun 5 2018, 10:49 AM

lgtm

clangd/Quality.cpp
33 ↗(On Diff #150000)

Have you considered index::getSymbolInfo(ND) and reusing the other categorize?

51 ↗(On Diff #150000)

ni: #undefine MAP?

This revision is now accepted and ready to land.Jun 5 2018, 10:49 AM
This revision was automatically updated to reflect the committed changes.
sammccall marked an inline comment as done.