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
/
unittests
/
clangd
/
QualityTests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Move clangd tests to clangd directory. check-clangd is no longer par...
Sam McCall
2019-04-29
1
-483
/
+0
*
Fix file headers. NFC
Fangrui Song
2019-03-01
1
-1
/
+1
*
[clangd] Fix heap-use-after-free after r352868
Eric Liu
2019-02-02
1
-5
/
+8
*
[clangd] Penalize file-scope symbols in the ranking for non-completion queries
Sam McCall
2019-02-01
1
-1
/
+11
*
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
-2
/
+1
*
[clangd] clang-format everything. NFC
Ilya Biryukov
2019-01-03
1
-1
/
+1
*
[clangd] Cleanup syntax errors in the test, NFC.
Haojian Wu
2018-12-21
1
-1
/
+1
*
[clangd] Penalize destructor and overloaded operators in code completion.
Eric Liu
2018-11-30
1
-8
/
+43
*
[clangd] Make TestTU build with preamble, and fix the fallout.
Sam McCall
2018-11-09
1
-25
/
+13
*
[clangd] Downrank members from base class
Eric Liu
2018-10-24
1
-0
/
+11
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-3
/
+4
*
[clangd] Names that are not spelled in source code are reserved.
Eric Liu
2018-10-18
1
-0
/
+21
*
[clangd] Support scope proximity in code completion.
Eric Liu
2018-10-17
1
-8
/
+51
*
[clangd] Add "Deprecated" field to Symbol and CodeCompletion.
Eric Liu
2018-09-06
1
-1
/
+1
*
Added functionality to suggest FixIts for conversion of '->' to '.' and vice ...
Kadir Cetinkaya
2018-08-08
1
-0
/
+22
*
[clangd] Tune down quality score for class constructors so that it's ranked a...
Eric Liu
2018-07-24
1
-1
/
+30
*
[clangd] Penalize non-instance members when accessed via class instances.
Eric Liu
2018-07-23
1
-0
/
+50
*
[clangd] Uprank delcarations when "using q::name" is present in the main file
Kirill Bobyrev
2018-07-11
1
-10
/
+50
*
[clangd] Treat class constructor as in the same scope as the class in ranking.
Eric Liu
2018-07-05
1
-0
/
+28
*
[clangd] Incorporate transitive #includes into code complete proximity scoring.
Sam McCall
2018-07-03
1
-56
/
+17
*
[clangd] Use log10 instead of the natural logrithm for usage boost.
Eric Liu
2018-06-28
1
-1
/
+1
*
[clangd] Sema ranking tweaks: downrank keywords and injected names.
Sam McCall
2018-06-27
1
-0
/
+5
*
Fix double-float constant truncation warnings. NFCI.
Simon Pilgrim
2018-06-21
1
-4
/
+4
*
[clangd] Boost completion score according to file proximity.
Eric Liu
2018-06-15
1
-4
/
+64
*
[clangd] Boost keyword completions.
Sam McCall
2018-06-14
1
-1
/
+7
*
[clangd] Downrank symbols with reserved names (score *= 0.1)
Sam McCall
2018-06-08
1
-5
/
+12
*
[clangd] Code completion: drop explicit injected names/operators, ignore Sema...
Sam McCall
2018-06-07
1
-9
/
+0
*
Adjust symbol score based on crude symbol type.
Sam McCall
2018-06-06
1
-0
/
+9
*
[clangd] Boost code completion results that are narrowly scoped (local, members)
Sam McCall
2018-06-05
1
-0
/
+19
*
[clangd] Test tweaks (consistency, shorter, doc). NFC
Sam McCall
2018-06-05
1
-32
/
+22
*
Silence a "truncation from double to float" diagnostic in MSVC; NFC.
Aaron Ballman
2018-06-05
1
-1
/
+1
*
[clangd] Boost scores for decls from current file in completion
Ilya Biryukov
2018-06-04
1
-10
/
+43
*
Silence more truncation warnings; NFC.
Aaron Ballman
2018-05-18
1
-5
/
+5
*
[clangd] Extract scoring/ranking logic, and shave yaks.
Sam McCall
2018-05-15
1
-0
/
+123