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
/
ClangdTests.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
-1162
/
+0
*
[clangd] Wait for compile command in ASTWorker instead of ClangdServer
Eric Liu
2019-04-15
1
-0
/
+58
*
[clangd] Use identifiers in file as completion candidates when build is not r...
Eric Liu
2019-04-11
1
-9
/
+14
*
[clangd] Add fallback mode for code completion when compile command or preamb...
Eric Liu
2019-04-08
1
-1
/
+37
*
[clangd] Implement textDocument/declaration from LSP 3.14
Sam McCall
2019-02-01
1
-12
/
+11
*
[clangd] Filter out plugin related flags and move all commandline manipulatio...
Kadir Cetinkaya
2019-01-22
1
-0
/
+23
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clangd] Remove 'using namespace llvm' from .cpp files. NFC
Ilya Biryukov
2019-01-07
1
-26
/
+25
*
[clangd] clang-format everything. NFC
Ilya Biryukov
2019-01-03
1
-2
/
+2
*
[clangd] Canonicalize file path in URIForFile.
Eric Liu
2018-11-28
1
-5
/
+9
*
[clangd] Cleanup: make diagnostics callbacks from TUScheduler non-racy
Ilya Biryukov
2018-11-22
1
-1
/
+2
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-24
/
+25
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-6
/
+6
*
[clangd] Make FSProvider const-correct. NFC
Sam McCall
2018-10-10
1
-3
/
+3
*
[clangd] Temporarily disable VFS stats cache test for windows.
Eric Liu
2018-10-02
1
-0
/
+3
*
[clangd] Try to fix windows buildbot after r343576
Eric Liu
2018-10-02
1
-2
/
+3
*
[clangd] Cache FS stat() calls when building preamble.
Eric Liu
2018-10-02
1
-0
/
+65
*
[clangd] Added a test for preambles and -isystem
Ilya Biryukov
2018-07-09
1
-0
/
+36
*
[clangd] ClangdServer::codeComplete return CodeCompleteResult, not LSP struct.
Sam McCall
2018-07-02
1
-1
/
+1
*
[clangd] Customizable URI schemes for dynamic index.
Eric Liu
2018-06-15
1
-22
/
+0
*
[clangd] Move caching of compile args out of ClangdServer.
Ilya Biryukov
2018-06-13
1
-23
/
+5
*
[clangd] Remove LSP command-based #include insertion.
Eric Liu
2018-05-15
1
-61
/
+0
*
[clangd] Allow using customized include path in URI.
Haojian Wu
2018-04-09
1
-0
/
+26
*
[clangd] Remove 'static' from a function inside anonymous ns. NFC
Ilya Biryukov
2018-03-23
1
-1
/
+1
*
Move DraftMgr from ClangdServer to ClangdLSPServer
Simon Marchi
2018-03-16
1
-1
/
+4
*
[clangd] Remove forceReparse, add a flag to addDocument instead
Ilya Biryukov
2018-03-14
1
-30
/
+20
*
[clangd] Remove Tagged and some related APIs from ClangdServer.
Sam McCall
2018-03-12
1
-49
/
+43
*
[clangd] Revamp handling of diagnostics.
Ilya Biryukov
2018-03-12
1
-20
/
+14
*
[clangd] Use identifier range as the definition range.
Haojian Wu
2018-03-09
1
-2
/
+2
*
[clangd] Sort includes when formatting code or inserting new includes.
Eric Liu
2018-03-06
1
-4
/
+47
*
[clangd] Extract ClangdServer::Options struct.
Sam McCall
2018-03-05
1
-67
/
+36
*
[clangd] don't insert new includes if either original header or canonical hea...
Eric Liu
2018-02-26
1
-4
/
+19
*
[clangd] DidChangeConfiguration Notification
Simon Marchi
2018-02-22
1
-0
/
+104
*
[clangd] Do not reuse preamble if compile args changed
Ilya Biryukov
2018-02-19
1
-0
/
+40
*
[clangd] collect symbol #include & insert #include in global code completion.
Eric Liu
2018-02-16
1
-2
/
+34
*
[clangd] TestFS cleanup: getVirtualBlahBlah -> testPath/testRoot. Remove Smal...
Sam McCall
2018-02-16
1
-36
/
+29
*
[clangd] Make functions of ClangdServer callback-based
Ilya Biryukov
2018-02-15
1
-9
/
+9
*
[clangd] Fix data race in ClangdThreadingTest.StressTest
Ilya Biryukov
2018-02-14
1
-19
/
+2
*
[clangd] Explicitly initialize all primitive fields in Protocol.h
Ilya Biryukov
2018-02-14
1
-14
/
+17
*
[clangd] Stop exposing Futures from ClangdServer operations.
Sam McCall
2018-02-13
1
-56
/
+34
*
[clangd] Remove codeComplete that returns std::future<>
Ilya Biryukov
2018-02-12
1
-11
/
+9
*
[clangd] Fix crash in tests in debug mode.
Ilya Biryukov
2018-02-09
1
-3
/
+3
*
[clangd] Fix crash when CompilerInvocation can't be created.
Ilya Biryukov
2018-02-09
1
-0
/
+35
*
Resubmit "[clangd] The new threading implementation"
Ilya Biryukov
2018-02-08
1
-29
/
+11
*
[clangd] Pass Context implicitly using TLS.
Sam McCall
2018-01-31
1
-56
/
+44
*
[clangd] Provide a helper to report estimated memory usage per-file
Ilya Biryukov
2018-01-25
1
-0
/
+45
*
[clangd] Pass Context to onDiagnosticsReady callback
Ilya Biryukov
2018-01-10
1
-3
/
+3
*
[clangd] Implemented logging using Context
Ilya Biryukov
2017-12-13
1
-58
/
+61
*
[clangd] Set completion options per-request.
Ilya Biryukov
2017-12-05
1
-12
/
+11
*
[clangd] Remove unused test param. NFC
Sam McCall
2017-12-05
1
-9
/
+9
[next]