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
/
unittests
/
CodeCompleteTests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Don't assert when completing a lambda variable inside the lambda.
Sam McCall
2020-06-10
1
-0
/
+11
*
[clangd] Expose Code Completion score to the client
Kirill Bobyrev
2020-02-13
1
-0
/
+2
*
NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-04
1
-2
/
+2
*
[NFC] ASSERT_EQ before accessing items in containers
Kirill Bobyrev
2019-11-26
1
-1
/
+4
*
[clangd] Show lambda signature for lambda autocompletions
Kirill Bobyrev
2019-11-22
1
-0
/
+20
*
[clangd] Reland b5135a86e0476: Fix a crash in expected types
Ilya Biryukov
2019-11-21
1
-0
/
+12
*
Revert "[clangd] Fix a crash in expected types"
Nico Weber
2019-11-20
1
-10
/
+0
*
[clangd] Fix a crash in expected types
Ilya Biryukov
2019-11-20
1
-0
/
+10
*
[clangd] Add bool return type to Index::refs API.
Haojian Wu
2019-11-13
1
-2
/
+4
*
[clangd] Add unit tests for comments in system headers
Ilya Biryukov
2019-11-07
1
-0
/
+27
*
[clangd] Do not insert parentheses when completing a using declaration
Ilya Biryukov
2019-10-28
1
-0
/
+42
*
[clangd] Fix case of variables and functions in code complete tests. NFC
Ilya Biryukov
2019-10-24
1
-16
/
+16
*
[clangd] Bump timeouts in speculative completion tests
Kadir Cetinkaya
2019-10-08
1
-1
/
+1
*
[clangd] Fix raciness in code completion tests
Kadir Cetinkaya
2019-10-07
1
-11
/
+19
*
[CodeComplete] Ensure object is the same in compareOverloads()
Ilya Biryukov
2019-10-04
1
-0
/
+19
*
Code completion should not ignore default parameters in functions.
Sam McCall
2019-08-07
1
-0
/
+19
*
[clangd] Add missing braces to completion tests. NFC
Ilya Biryukov
2019-08-01
1
-0
/
+4
*
[clang][HeaderSearch] Shorten paths for includes in mainfile's directory
Kadir Cetinkaya
2019-07-03
1
-5
/
+1
*
[clangd] Index API and implementations for relations
Nathan Ridge
2019-06-15
1
-20
/
+24
*
[clangd] Support offsets for parameters in signatureHelp
Ilya Biryukov
2019-06-04
1
-55
/
+62
*
[CodeComplete] Add a bit more whitespace to completed patterns
Ilya Biryukov
2019-06-03
1
-1
/
+1
*
[Index] Compute correct symbol kind for variable templates
Ilya Biryukov
2019-05-29
1
-0
/
+25
*
[Index] Correctly set symbol kind of IndirectFieldDecl
Ilya Biryukov
2019-05-29
1
-0
/
+14
*
[clangd] Fix test output for r361841
Ilya Biryukov
2019-05-28
1
-1
/
+1
*
[clangd] Place cursor better after completing patterns
Ilya Biryukov
2019-05-28
1
-0
/
+22
*
[CodeComplete] Filter override completions by function name
Ilya Biryukov
2019-05-24
1
-4
/
+10
*
[clangd] Expose whether no-compile completion was used.
Sam McCall
2019-05-06
1
-0
/
+3
*
[clangd] Boost code completion results that were named in the last few lines.
Sam McCall
2019-05-06
1
-2
/
+18
*
Reapply r359778: [clangd] Fix code completion of macros defined in the preamb...
Sam McCall
2019-05-02
1
-6
/
+15
*
Revert rL359778 : [clangd] Fix code completion of macros defined in the pream...
Simon Pilgrim
2019-05-02
1
-15
/
+6
*
[clangd] Fix code completion of macros defined in the preamble region of the ...
Sam McCall
2019-05-02
1
-6
/
+15
*
[clangd] Move clangd tests to clangd directory. check-clangd is no longer par...
Sam McCall
2019-04-29
1
-0
/
+2523