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
/
TUSchedulerTests.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
-710
/
+0
*
[clangd] Wait for compile command in ASTWorker instead of ClangdServer
Eric Liu
2019-04-15
1
-33
/
+32
*
[clangd] Implement textDocument/declaration from LSP 3.14
Sam McCall
2019-02-01
1
-4
/
+4
*
[clangd] Suggest adding missing includes for incomplete type diagnostics.
Eric Liu
2019-01-28
1
-4
/
+6
*
[clangd] Support clang-tidy configuration in clangd.
Haojian Wu
2019-01-22
1
-1
/
+2
*
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
-5
/
+4
*
[clangd] clang-format everything. NFC
Ilya Biryukov
2019-01-03
1
-33
/
+31
*
[clangd] Avoid emitting Queued status when we are able to acquire the Barrier.
Haojian Wu
2018-12-13
1
-2
/
+0
*
[clangd] Remove the test that sometimes deadlocks
Ilya Biryukov
2018-12-06
1
-23
/
+0
*
[clangd] Update the test code
Haojian Wu
2018-12-06
1
-4
/
+0
*
[clangd] C++ API for emitting file status.
Haojian Wu
2018-12-06
1
-1
/
+79
*
[clangd] Fix a typo in TUSchedulerTests
Haojian Wu
2018-12-06
1
-1
/
+1
*
[clangd] Cleanup: make the diags callback global in TUScheduler
Ilya Biryukov
2018-11-22
1
-96
/
+142
*
[clangd] Cleanup error consumption code. NFC
Ilya Biryukov
2018-11-22
1
-17
/
+9
*
[clangd] Cleanup: make diagnostics callbacks from TUScheduler non-racy
Ilya Biryukov
2018-11-22
1
-0
/
+7
*
[clangd] Fix use-after-scope in unit test
Benjamin Kramer
2018-11-22
1
-1
/
+1
*
[clangd] Respect task cancellation in TUScheduler.
Sam McCall
2018-11-22
1
-0
/
+69
*
[clangd] workspace/symbol should be async, it reads from the index.
Sam McCall
2018-10-25
1
-0
/
+12
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-28
/
+27
*
[clangd] Some nitpicking around the new split (preamble/main) dynamic index
Sam McCall
2018-09-03
1
-10
/
+10
*
[clangd] Run SignatureHelp using an up-to-date preamble, waiting if needed.
Sam McCall
2018-08-30
1
-12
/
+73
*
[clangd] Increase the timeouts in TUScheduler tests to 10 seconds.
Ilya Biryukov
2018-08-23
1
-9
/
+9
*
[clangd] Add callbacks on parsed AST in addition to parsed preambles
Ilya Biryukov
2018-08-22
1
-14
/
+12
*
[clangd] Add a testcase for empty preamble.
Haojian Wu
2018-08-17
1
-0
/
+45
*
[clangd] Record the file being processed in a TUScheduler thread in context.
Eric Liu
2018-08-09
1
-14
/
+20
*
[clangd] Report diagnostics even if WantDiags::No AST was reused
Ilya Biryukov
2018-07-31
1
-0
/
+34
*
[clangd] Do not rebuild AST if inputs have not changed
Ilya Biryukov
2018-07-26
1
-5
/
+61
*
[clangd] Fix racy use-after-scope in unittest
Benjamin Kramer
2018-07-20
1
-2
/
+1
*
[clangd] Wait for first preamble before code completion
Ilya Biryukov
2018-07-09
1
-0
/
+36
*
[clangd] Keep only a limited number of idle ASTs in memory
Ilya Biryukov
2018-06-01
1
-16
/
+73
*
[clangd] Build index on preamble changes instead of the AST changes
Ilya Biryukov
2018-05-24
1
-4
/
+4
*
[clangd] Don't expose vfs in TUScheduler::runWithPreamble.
Ilya Biryukov
2018-03-14
1
-2
/
+1
*
[clangd] Revamp handling of diagnostics.
Ilya Biryukov
2018-03-12
1
-11
/
+11
*
[clangd] Use higher timoout values in TUSchedulerTest::Debounce
Ilya Biryukov
2018-03-02
1
-3
/
+4
*
[clangd] Debounce streams of updates.
Sam McCall
2018-03-02
1
-5
/
+31
*
[clangd] fix test use-after-free from r325774
Sam McCall
2018-02-22
1
-4
/
+3
*
[clangd] Allow embedders some control over when diagnostics are generated.
Sam McCall
2018-02-22
1
-2
/
+33
*
[clangd] Tracing: name worker threads, and enforce naming scheduled async tasks
Sam McCall
2018-02-19
1
-23
/
+28
*
[clangd] TestFS cleanup: getVirtualBlahBlah -> testPath/testRoot. Remove Smal...
Sam McCall
2018-02-16
1
-11
/
+8
*
Resubmit "[clangd] The new threading implementation"
Ilya Biryukov
2018-02-08
1
-9
/
+5
*
[clangd] Pass Context implicitly using TLS.
Sam McCall
2018-01-31
1
-36
/
+52
*
[clangd] Refactored threading in ClangdServer
Ilya Biryukov
2018-01-31
1
-0
/
+176