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
/
CodeComplete.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[clangd] Remove 'using namespace llvm' from .cpp files. NFC
Ilya Biryukov
2019-01-07
1
-66
/
+72
*
[clangd] Move helpers from global namespace into anonymous namespace, NFC.
Haojian Wu
2019-01-03
1
-22
/
+22
*
[clangd] clang-format everything. NFC
Ilya Biryukov
2019-01-03
1
-35
/
+34
*
[clangd] Get rid of AST matchers in CodeComplete, NFC
Haojian Wu
2018-12-03
1
-9
/
+18
*
[clangd] Drop injected class name when class scope is not explicitly specified.
Eric Liu
2018-11-30
1
-3
/
+14
*
[clangd] Add type boosting in code completion
Ilya Biryukov
2018-11-26
1
-2
/
+26
*
[clangd] Deduplicate query scopes.
Eric Liu
2018-11-06
1
-8
/
+6
*
[clangd] Really fix clang -Wimplicit-fallthrough
Fangrui Song
2018-11-02
1
-1
/
+4
*
[clangd] Fix clang -Wimplicit-fallthrough
Fangrui Song
2018-11-02
1
-1
/
+1
*
[clangd] Do not query index for new name completions.
Kadir Cetinkaya
2018-10-24
1
-4
/
+6
*
[clangd] Don't show base class versions of members as completions.
Sam McCall
2018-10-24
1
-3
/
+3
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-55
/
+53
*
Fix warning about unused variable [NFC]
Mikael Holmen
2018-10-18
1
-1
/
+1
*
[clangd] Support scope proximity in code completion.
Eric Liu
2018-10-17
1
-14
/
+24
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-4
/
+4
*
[clangd] NFC: Migrate to LLVM STLExtras API where possible
Kirill Bobyrev
2018-10-07
1
-14
/
+12
*
[clangd] Remove unused headers from CodeComplete.cpp
Fangrui Song
2018-10-06
1
-3
/
+0
*
[clangd] Cache FS stat() calls when building preamble.
Eric Liu
2018-10-02
1
-10
/
+17
*
[clangd] Remove override result handling logic from clangd
Kadir Cetinkaya
2018-10-02
1
-90
/
+9
*
[clangd] Initial supoprt for cross-namespace global code completion.
Eric Liu
2018-09-27
1
-14
/
+37
*
Tell whether file/folder for include completions.
Kadir Cetinkaya
2018-09-27
1
-0
/
+5
*
[clangd] Handle template args for disabled function arg snippets
Ilya Biryukov
2018-09-26
1
-6
/
+36
*
[clangd] Update code completion for #include completions in r342449
Sam McCall
2018-09-18
1
-4
/
+10
*
[clangd] Don't override the preamble while completing inside it, it doesn't w...
Sam McCall
2018-09-14
1
-2
/
+11
*
[clangd] Cleanup FuzzyFindRequest filtering limit semantics
Kirill Bobyrev
2018-09-13
1
-1
/
+1
*
[clangd] Implement FuzzyFindRequest JSON (de)serialization
Kirill Bobyrev
2018-09-10
1
-2
/
+1
*
[clangd] Add "Deprecated" field to Symbol and CodeCompletion.
Eric Liu
2018-09-06
1
-0
/
+5
*
[clangd] Set SymbolID for sema macros so that they can be merged with index m...
Eric Liu
2018-09-06
1
-3
/
+5
*
[clangd] Fix typo. NFC
Fangrui Song
2018-09-05
1
-1
/
+1
*
Remove lambda default parameter to silence -Wpedantic warning. NFCI.
Simon Pilgrim
2018-09-04
1
-3
/
+3
*
[clangd] Some nitpicking around the new split (preamble/main) dynamic index
Sam McCall
2018-09-03
1
-2
/
+2
*
[clangd] Avoid crashes in override completions
Ilya Biryukov
2018-09-03
1
-3
/
+3
*
[clangd] Support multiple #include headers in one symbol.
Eric Liu
2018-09-03
1
-32
/
+71
*
[clangd] Flatten out Symbol::Details. It was ill-conceived, sorry.
Sam McCall
2018-08-31
1
-11
/
+8
*
[clangd] Report position of opening paren in singature help
Ilya Biryukov
2018-08-30
1
-1
/
+11
*
[clangd] Speculative code completion index request before Sema is run.
Eric Liu
2018-08-24
1
-11
/
+96
*
[clangd] Suggest code-completions for overriding base class virtual methods.
Kadir Cetinkaya
2018-08-23
1
-9
/
+100
*
[clangd] Move function argument snippet disable mechanism from LSP rendering ...
Kadir Cetinkaya
2018-08-23
1
-15
/
+16
*
[clangd] Add parantheses while auto-completing functions.
Kadir Cetinkaya
2018-08-17
1
-2
/
+11
*
[clangd] Fetch documentation from the Index during signature help
Ilya Biryukov
2018-08-17
1
-58
/
+99
*
[clangd] Show function documentation in signature help
Ilya Biryukov
2018-08-17
1
-2
/
+3
*
NFC: Enforce good formatting across multiple clang-tools-extra files
Kirill Bobyrev
2018-08-14
1
-3
/
+3
*
[clangd] Show non-instantiated decls in signatureHelp
Ilya Biryukov
2018-08-14
1
-1
/
+9
*
[clangd] Introduce scoring mechanism for SignatureInformations.
Kadir Cetinkaya
2018-08-13
1
-11
/
+56
*
[clangd] Support textEdit in addition to insertText.
Kadir Cetinkaya
2018-08-13
1
-7
/
+44
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Added functionality to suggest FixIts for conversion of '->' to '.' and vice ...
Kadir Cetinkaya
2018-08-08
1
-3
/
+14
*
[clangd] Share getSymbolID implementation.
Haojian Wu
2018-08-07
1
-4
/
+1
*
[clangd] Fix (most) naming warnings from clang-tidy. NFC
Ilya Biryukov
2018-07-26
1
-2
/
+2
*
[clangd] Penalize non-instance members when accessed via class instances.
Eric Liu
2018-07-23
1
-0
/
+3
[prev]
[next]