index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang-tools-extra
/
clangd
/
FuzzyMatch.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Tune the fuzzy-matching algorithm
Ilya Biryukov
2019-03-15
1
-11
/
+18
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clangd] Remove 'using namespace llvm' from .cpp files. NFC
Ilya Biryukov
2019-01-07
1
-23
/
+23
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-3
/
+3
*
[clangd] FuzzyMatch exposes an API for its word segmentation. NFC
Sam McCall
2018-07-20
1
-40
/
+13
*
[clangd] FuzzyMatch: forbid tail-tail matches after a miss: [pat] !~ "panther"
Sam McCall
2018-06-14
1
-21
/
+25
*
[clangd] Boost fuzzy match score by 2x (so a maximum of 2) when the query is ...
Sam McCall
2018-06-06
1
-1
/
+7
*
[clangd] Fix unintentionally loose fuzzy matching, and the tests masking it.
Sam McCall
2018-03-05
1
-14
/
+37
*
[clangd] Fix memcpy(?, null, 0) UB by switching to std::copy
Sam McCall
2018-01-19
1
-2
/
+2
*
[clangd] Avoid divide-by-zero
Sam McCall
2018-01-17
1
-1
/
+1
*
[clangd] Fix uninitialized-read found by asan
Sam McCall
2018-01-13
1
-3
/
+15
*
[clangd] Fix FuzzyMatch tests on windows, NFC
Sam McCall
2017-12-02
1
-2
/
+2
*
[clangd] Try to appease gcc constexpr bug (58541)
Sam McCall
2017-12-02
1
-2
/
+2
*
[clangd] Define constants in the right namespace. NFC
Sam McCall
2017-12-01
1
-1
/
+5
*
[clangd] Fuzzy match scorer
Sam McCall
2017-12-01
1
-0
/
+373