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] Fixes for #include insertion.
Eric Liu
2018-02-19
1
-1
/
+4
*
[clangd] Invert return value of fuzzyFind() (fix MemIndex's return value)
Sam McCall
2018-02-19
1
-1
/
+1
*
[clangd] TestFS cleanup: getVirtualBlahBlah -> testPath/testRoot. Remove Smal...
Sam McCall
2018-02-16
1
-7
/
+7
*
[clangd] Make functions of ClangdServer callback-based
Ilya Biryukov
2018-02-15
1
-1
/
+1
*
[clangd] Stop exposing Futures from ClangdServer operations.
Sam McCall
2018-02-13
1
-11
/
+16
*
[clangd] Remove codeComplete that returns std::future<>
Ilya Biryukov
2018-02-12
1
-10
/
+8
*
[clangd] Pass Context implicitly using TLS.
Sam McCall
2018-01-31
1
-36
/
+21
*
[clangd] Disable typo correction when doing code completion.
Haojian Wu
2018-01-25
1
-0
/
+8
*
[clangd] Limit completion results.
Haojian Wu
2018-01-25
1
-0
/
+13
*
[clangd] add test for r323347 CodeComplete behavior we rely on
Sam McCall
2018-01-24
1
-2
/
+8
*
[clangd] Use accessible scopes to query indexes for global code completion.
Haojian Wu
2018-01-23
1
-0
/
+118
*
[clangd] Drop ~destructor completions - rarely helpful and work inconsistently
Sam McCall
2018-01-22
1
-1
/
+1
*
[clangd] Change index scope convention from "outer::inner" to "outer::inner::"
Sam McCall
2018-01-19
1
-2
/
+2
*
Revert "[clangd] Change index scope convention from "outer::inner" to "outer:...
Sam McCall
2018-01-19
1
-2
/
+2
*
[clangd] Change index scope convention from "outer::inner" to "outer::inner::"
Sam McCall
2018-01-19
1
-2
/
+2
*
[clangd] Merge index-provided completions with those from Sema.
Sam McCall
2018-01-19
1
-76
/
+100
*
[clangd] Remove unused IncludeGlobals completion option, always pass true to ...
Sam McCall
2018-01-18
1
-5
/
+4
*
[clangd] CodeCompleteTests cleanup: naming, ordering, helpers. NFC
Sam McCall
2018-01-18
1
-164
/
+157
*
[clangd] Avoid combinatorial explosion in CodeCompleteTests.
Sam McCall
2018-01-16
1
-20
/
+20
*
[clangd] Merge results from static/dynamic index.
Sam McCall
2018-01-15
1
-4
/
+5
*
[clangd] Code completion uses Sema for NS-level things in the current file.
Sam McCall
2018-01-12
1
-5
/
+41
*
[clangd] Include debugging tags for both static and dynamic index. NFC
Sam McCall
2018-01-12
1
-2
/
+2
*
[clangd] Incorporate fuzzy-match into result rankings.
Sam McCall
2018-01-12
1
-16
/
+24
*
[clangd] Pass Context to onDiagnosticsReady callback
Ilya Biryukov
2018-01-10
1
-2
/
+4
*
[clangd] Add static index for the global code completion.
Haojian Wu
2018-01-10
1
-13
/
+18
*
[clangd] Remove duplicates from code completion
Ilya Biryukov
2018-01-10
1
-0
/
+16
*
[clangd] Add more symbol information for code completion.
Eric Liu
2018-01-09
1
-3
/
+12
*
[clangd] Properly set filterText for index-based completion items
Ilya Biryukov
2017-12-29
1
-4
/
+14
*
[clangd] Use Builder for symbol slabs, and use sorted-vector for storage
Sam McCall
2017-12-23
1
-2
/
+4
*
[clangd] Pull CodeCompletionString handling logic into its own file and add u...
Eric Liu
2017-12-20
1
-1
/
+1
*
[clangd] Switch xrefs and documenthighlight to annotated-code unit tests. NFC
Sam McCall
2017-12-20
1
-37
/
+18
*
[clangd] Build dynamic index and use it for code completion.
Eric Liu
2017-12-19
1
-0
/
+32
*
[clangd] Fix warnings/compiler pickiness after r321083
Sam McCall
2017-12-19
1
-1
/
+1
*
[clangd] Index-based code completion.
Eric Liu
2017-12-19
1
-0
/
+101
*
[clangd] Expose offset <-> LSP position functions, and fix bugs
Sam McCall
2017-12-19
1
-0
/
+1
*
[clangd] Add unit tests for signature help. SigHelp/CodeComplete lit tests ar...
Sam McCall
2017-12-19
1
-1
/
+89
*
[clangd] clang-format the source code. NFC
Ilya Biryukov
2017-12-13
1
-1
/
+1
*
[clangd] Implemented logging using Context
Ilya Biryukov
2017-12-13
1
-11
/
+11
*
[clangd] clang-format the code. NFC
Ilya Biryukov
2017-12-12
1
-2
/
+3
*
[clangd] Convert lit code completion tests to unit-tests. NFC
Sam McCall
2017-12-08
1
-66
/
+166
*
[clangd] Clean up code complete unit tests. NFC
Sam McCall
2017-12-05
1
-282
/
+151
*
[clangd] Set completion options per-request.
Ilya Biryukov
2017-12-05
1
-14
/
+17
*
[clangd] Remove unused test param. NFC
Sam McCall
2017-12-05
1
-4
/
+4
*
[clangd] Split code-completion tests out of ClangdTests. NFC.
Sam McCall
2017-12-05
1
-0
/
+400
[prev]