Numbers are guesses to be adjusted later.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
- Build Status
Buildable 18956 Build 18956: arc lint + arc unit
Paths
| Differential D47787
[clangd] Adjust symbol score based on crude symbol type. ClosedPublic Authored by sammccall on Jun 5 2018, 9:42 AM.
Details Summary Numbers are guesses to be adjusted later.
Diff Detail
Event TimelineHerald added subscribers: cfe-commits, jkorous, MaskRay, ilya-biryukov. · View Herald TranscriptJun 5 2018, 9:42 AM This revision is now accepted and ready to land.Jun 5 2018, 10:49 AM Closed by commit rL334074: Adjust symbol score based on crude symbol type. (authored by sammccall). · Explain WhyJun 6 2018, 1:58 AM This revision was automatically updated to reflect the committed changes. sammccall marked an inline comment as done.
Revision Contents
Diff 150000 clangd/Quality.h
clangd/Quality.cpp
unittests/clangd/QualityTests.cpp
|
Have you considered index::getSymbolInfo(ND) and reusing the other categorize?