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
/
CodeCompleteTests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clangd] Add a test for SignatureHelp on dynamic index.
Haojian Wu
2019-01-09
1
-0
/
+31
*
[clangd] Remove 'using namespace llvm' from .cpp files. NFC
Ilya Biryukov
2019-01-07
1
-24
/
+28
*
[clangd] clang-format everything. NFC
Ilya Biryukov
2019-01-03
1
-31
/
+25
*
[clangd] Cleanup syntax errors in the test, NFC.
Haojian Wu
2018-12-21
1
-4
/
+4
*
[clangd] Drop injected class name when class scope is not explicitly specified.
Eric Liu
2018-11-30
1
-0
/
+5
*
[clangd] Cleanup: stop passing around list of supported URI schemes.
Eric Liu
2018-11-22
1
-5
/
+5
*
[clangd] Replace StringRef in SymbolLocation with a char pointer.
Haojian Wu
2018-11-14
1
-6
/
+6
*
[clangd] Improve code completion for ObjC methods
Sam McCall
2018-11-14
1
-4
/
+86
*
[clangd] Deduplicate query scopes.
Eric Liu
2018-11-06
1
-0
/
+17
*
[clangd] Do not query index for new name completions.
Kadir Cetinkaya
2018-10-24
1
-0
/
+9
*
[clangd] Don't show base class versions of members as completions.
Sam McCall
2018-10-24
1
-3
/
+6
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-10
/
+9
*
[clangd] Support scope proximity in code completion.
Eric Liu
2018-10-17
1
-0
/
+22
*
[clangd] Add a #include completion test that triggers an assertion.
Haojian Wu
2018-10-02
1
-0
/
+9
*
[clangd] Initial supoprt for cross-namespace global code completion.
Eric Liu
2018-09-27
1
-0
/
+51
*
Tell whether file/folder for include completions.
Kadir Cetinkaya
2018-09-27
1
-0
/
+21
*
[clangd] Handle template args for disabled function arg snippets
Ilya Biryukov
2018-09-26
1
-9
/
+42
*
[clangd] Store preamble macros in dynamic index.
Eric Liu
2018-09-19
1
-5
/
+23
*
[NFC][clangd] silence pedantic extra ';' warning
Jonas Toth
2018-09-14
1
-1
/
+1
*
[clangd] Work around compiler macro expansion bugs(?) in completion tests
Sam McCall
2018-09-14
1
-3
/
+3
*
[clangd] Don't override the preamble while completing inside it, it doesn't w...
Sam McCall
2018-09-14
1
-0
/
+16
*
[clangd] Add unittests for D51917
Kadir Cetinkaya
2018-09-11
1
-0
/
+39
*
[clangd] Add unittests for D51038
Kadir Cetinkaya
2018-09-10
1
-0
/
+50
*
[clangd] Add "Deprecated" field to Symbol and CodeCompletion.
Eric Liu
2018-09-06
1
-4
/
+24
*
[clangd] Fix data race in async fuzzyFind tests.
Ilya Biryukov
2018-09-06
1
-0
/
+4
*
[clangd] Set SymbolID for sema macros so that they can be merged with index m...
Eric Liu
2018-09-06
1
-0
/
+11
*
[clangd] SymbolOccurrences -> Refs and cleanup
Sam McCall
2018-09-04
1
-5
/
+3
*
[clangd] Avoid crashes in override completions
Ilya Biryukov
2018-09-03
1
-0
/
+15
*
[clangd] Support multiple #include headers in one symbol.
Eric Liu
2018-09-03
1
-8
/
+51
*
[clangd] Implement findOccurrences interface in dynamic index.
Haojian Wu
2018-08-31
1
-1
/
+2
*
[clangd] Flatten out Symbol::Details. It was ill-conceived, sorry.
Sam McCall
2018-08-31
1
-15
/
+6
*
[clangd] Report position of opening paren in singature help
Ilya Biryukov
2018-08-30
1
-4
/
+56
*
[clangd] Speculative code completion index request before Sema is run.
Eric Liu
2018-08-24
1
-2
/
+75
*
[clangd] Log memory usage of DexIndex and MemIndex
Kirill Bobyrev
2018-08-24
1
-0
/
+4
*
[clangd] Suggest code-completions for overriding base class virtual methods.
Kadir Cetinkaya
2018-08-23
1
-0
/
+25
*
[clangd] Move function argument snippet disable mechanism from LSP rendering ...
Kadir Cetinkaya
2018-08-23
1
-42
/
+22
*
[clangd] Add parantheses while auto-completing functions.
Kadir Cetinkaya
2018-08-17
1
-0
/
+52
*
Fix clangd tests on older compilers
Simon Pilgrim
2018-08-17
1
-10
/
+10
*
[clangd] Fetch documentation from the Index during signature help
Ilya Biryukov
2018-08-17
1
-2
/
+56
*
Attempt to fix clangd tests on older compilers
Simon Pilgrim
2018-08-16
1
-12
/
+16
*
[clangd] Show non-instantiated decls in signatureHelp
Ilya Biryukov
2018-08-14
1
-0
/
+53
*
[clangd] Introduce scoring mechanism for SignatureInformations.
Kadir Cetinkaya
2018-08-13
1
-0
/
+22
*
[clangd] Support textEdit in addition to insertText.
Kadir Cetinkaya
2018-08-13
1
-0
/
+76
*
[clangd] Fix a "-Wdangling-else" compiler warning in the test.
Haojian Wu
2018-08-10
1
-1
/
+2
*
Added functionality to suggest FixIts for conversion of '->' to '.' and vice ...
Kadir Cetinkaya
2018-08-08
1
-0
/
+96
*
[clangd] Index Interfaces for Xrefs
Haojian Wu
2018-08-06
1
-0
/
+4
*
[clangd] Use a sigmoid style function for #usages boost in symbol quality.
Eric Liu
2018-07-25
1
-4
/
+5
*
[clangd] Penalize non-instance members when accessed via class instances.
Eric Liu
2018-07-23
1
-0
/
+16
*
[clangd] Also get scope for RK_pattern completion results.
Eric Liu
2018-07-18
1
-0
/
+12
[next]