Fix a couple of bugs in tests an in Quality to keep tests passing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
- Build Status
Buildable 18990 Build 18990: arc lint + arc unit
Paths
| Differential D47815
[clangd] Boost fuzzy match score by 2x (so a maximum of 2) when the query is the full identifier name. ClosedPublic Authored by sammccall on Jun 6 2018, 3:11 AM.
Details Summary Fix a couple of bugs in tests an in Quality to keep tests passing.
Diff Detail
Event TimelineHerald added subscribers: cfe-commits, jkorous, MaskRay, ilya-biryukov. · View Herald TranscriptJun 6 2018, 3:11 AM This revision is now accepted and ready to land.Jun 6 2018, 5:39 AM Closed by commit rL334089: [clangd] Boost fuzzy match score by 2x (so a maximum of 2) when the query is… (authored by sammccall). · Explain WhyJun 6 2018, 5:42 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 150117 clangd/FuzzyMatch.h
clangd/FuzzyMatch.cpp
clangd/Quality.h
clangd/Quality.cpp
unittests/clangd/FindSymbolsTests.cpp
unittests/clangd/FuzzyMatchTests.cpp
|