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
/
clangd
/
TUScheduler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Enable include insertion for static index
Kadir Cetinkaya
2019-02-04
1
-2
/
+4
*
[clangd] NFC: fix clang-tidy warnings.
Haojian Wu
2019-01-25
1
-1
/
+1
*
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
-41
/
+45
*
[clangd] clang-format everything. NFC
Ilya Biryukov
2019-01-03
1
-7
/
+6
*
[clangd] Expose FileStatus to LSP.
Haojian Wu
2018-12-20
1
-0
/
+34
*
[clangd] Avoid emitting Queued status when we are able to acquire the Barrier.
Haojian Wu
2018-12-13
1
-3
/
+5
*
[clangd] C++ API for emitting file status.
Haojian Wu
2018-12-06
1
-8
/
+54
*
[clangd] Cleanup: make the diags callback global in TUScheduler
Ilya Biryukov
2018-11-22
1
-11
/
+8
*
[clangd] Cleanup: make diagnostics callbacks from TUScheduler non-racy
Ilya Biryukov
2018-11-22
1
-1
/
+24
*
[clangd] Respect task cancellation in TUScheduler.
Sam McCall
2018-11-22
1
-0
/
+23
*
[clangd] workspace/symbol should be async, it reads from the index.
Sam McCall
2018-10-25
1
-0
/
+6
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-48
/
+44
*
[clangd] Lay JSONRPCDispatcher to rest.
Sam McCall
2018-10-18
1
-5
/
+4
*
[clangd] NFC: Migrate to LLVM STLExtras API where possible
Kirill Bobyrev
2018-10-07
1
-2
/
+1
*
[clangd] Fix TUScheduler typos
Fangrui Song
2018-09-14
1
-6
/
+6
*
[clangd] Some nitpicking around the new split (preamble/main) dynamic index
Sam McCall
2018-09-03
1
-15
/
+11
*
[clangd] Run SignatureHelp using an up-to-date preamble, waiting if needed.
Sam McCall
2018-08-30
1
-8
/
+58
*
[clangd] Add some trace::Spans. NFC
Ilya Biryukov
2018-08-28
1
-0
/
+1
*
[clangd] Add callbacks on parsed AST in addition to parsed preambles
Ilya Biryukov
2018-08-22
1
-17
/
+24
*
[clangd] Always use the latest preamble
Haojian Wu
2018-08-17
1
-2
/
+1
*
[clangd] Try to fix buildbot after r339320.
Eric Liu
2018-08-09
1
-1
/
+1
*
[clangd] Record the file being processed in a TUScheduler thread in context.
Eric Liu
2018-08-09
1
-6
/
+17
*
[clangd] Do not build AST if no diagnostics were requested
Ilya Biryukov
2018-07-31
1
-2
/
+5
*
[clangd] Report diagnostics even if WantDiags::No AST was reused
Ilya Biryukov
2018-07-31
1
-22
/
+37
*
[clangd] Do not remove AST from cache if nothing changed
Ilya Biryukov
2018-07-30
1
-2
/
+5
*
[clangd] Fix a comment. NFC
Ilya Biryukov
2018-07-30
1
-2
/
+2
*
[clangd] Fix (most) naming warnings from clang-tidy. NFC
Ilya Biryukov
2018-07-26
1
-3
/
+3
*
[clangd] Do not rebuild AST if inputs have not changed
Ilya Biryukov
2018-07-26
1
-3
/
+30
*
[clangd] Upgrade logging facilities with levels and formatv.
Sam McCall
2018-07-11
1
-5
/
+5
*
[clangd] Wait for first preamble before code completion
Ilya Biryukov
2018-07-09
1
-0
/
+22
*
[clangd] Replace UniqueFunction with llvm::unique_function.
Benjamin Kramer
2018-07-03
1
-14
/
+17
*
[clangd] Fix a data race in TUScheduler
Ilya Biryukov
2018-06-28
1
-5
/
+5
*
[clangd] Compute better estimates for memory usage of the AST
Ilya Biryukov
2018-06-01
1
-1
/
+1
*
[clangd] Attempt the fix the buildbots after r333737
Ilya Biryukov
2018-06-01
1
-1
/
+4
*
[clangd] Keep only a limited number of idle ASTs in memory
Ilya Biryukov
2018-06-01
1
-51
/
+197
*
[clangd] Build index on preamble changes instead of the AST changes
Ilya Biryukov
2018-05-24
1
-3
/
+3
*
[clangd] Don't expose vfs in TUScheduler::runWithPreamble.
Ilya Biryukov
2018-03-14
1
-9
/
+14
*
[clangd] Revamp handling of diagnostics.
Ilya Biryukov
2018-03-12
1
-9
/
+8
*
[clangd] Debounce streams of updates.
Sam McCall
2018-03-02
1
-25
/
+72
*
[clangd] BindWithForward -> Bind. NFC
Sam McCall
2018-02-23
1
-6
/
+5
*
Fix "not all control paths return a value" MSVC warning. NFCI.
Simon Pilgrim
2018-02-22
1
-0
/
+1
*
[clangd] Allow embedders some control over when diagnostics are generated.
Sam McCall
2018-02-22
1
-42
/
+53
*
[clangd] Tracing: name worker threads, and enforce naming scheduled async tasks
Sam McCall
2018-02-19
1
-30
/
+55
*
[clangd] Stop exposing Futures from ClangdServer operations.
Sam McCall
2018-02-13
1
-11
/
+38
*
[clangd] Remove threading-related code from ClangdUnit.h
Ilya Biryukov
2018-02-09
1
-24
/
+34
*
Resubmit "[clangd] The new threading implementation"
Ilya Biryukov
2018-02-08
1
-66
/
+361
*
Revert "[clangd] The new threading implementation" (r324356)
Ilya Biryukov
2018-02-06
1
-358
/
+60
*
[clangd] The new threading implementation
Ilya Biryukov
2018-02-06
1
-60
/
+358
*
[clangd] Pass Context implicitly using TLS.
Sam McCall
2018-01-31
1
-7
/
+6
[next]