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
*
[clangd] Move clangd tests to clangd directory. check-clangd is no longer par...
Sam McCall
2019-04-29
1
-2523
/
+0
*
[clangd] Query index in code completion no-compile mode.
Sam McCall
2019-04-26
1
-0
/
+66
*
[clangd] Fix handling of include paths in windows tests
Kadir Cetinkaya
2019-04-24
1
-5
/
+8
*
[clangd] Include insertion: require header guards, drop other heuristics, tre...
Sam McCall
2019-04-17
1
-0
/
+1
*
[clangd] Wait for compile command in ASTWorker instead of ClangdServer
Eric Liu
2019-04-15
1
-1
/
+1
*
[clangd] Use identifiers in file as completion candidates when build is not r...
Eric Liu
2019-04-11
1
-0
/
+47
*
[clangd] Don't insert extra namespace qualifiers when Sema gets lost.
Sam McCall
2019-04-10
1
-6
/
+6
*
[clangd] Add -header-insertion=never flag to disable include insertion in cod...
Sam McCall
2019-04-10
1
-0
/
+10
*
[clangd] Refactor speculateCompletionFilter and also extract scope.
Sam McCall
2019-04-10
1
-23
/
+48
*
[clangd] Improve global code completion when scope specifier is unresolved.
Eric Liu
2019-02-27
1
-2
/
+33
*
[clangd] Index UsingDecls
Kadir Cetinkaya
2019-02-26
1
-0
/
+21
*
[clangd] Enable include insertion for static index
Kadir Cetinkaya
2019-02-04
1
-0
/
+30
*
[clangd] Suggest adding missing includes for incomplete type diagnostics.
Eric Liu
2019-01-28
1
-47
/
+1
*
[CodeComplete] [clangd] Fix crash on ValueDecl with a null type
Ilya Biryukov
2019-01-24
1
-0
/
+11
*
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
[next]