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
*
[NFC] Fix typos in Clangd and Clang
Kirill Bobyrev
2019-12-16
1
-1
/
+1
*
[clangd] Fix 407ac2e, which was broken and committed too soon
Sam McCall
2019-11-29
1
-3
/
+3
*
[clangd] Log cc1 args at verbose level.
Sam McCall
2019-11-29
1
-0
/
+4
*
[clangd] Implement cross-file rename.
Haojian Wu
2019-11-26
1
-0
/
+7
*
[clangd] Propogate context in TUScheduler::run
Kadir Cetinkaya
2019-10-23
1
-1
/
+6
*
[clangd] Rename ClangdUnit.h -> ParsedAST.h. NFC
Sam McCall
2019-09-04
1
-1
/
+1
*
[clangd] Split Preamble.h out of ClangdUnit.h. NFC
Sam McCall
2019-09-04
1
-0
/
+2
*
[clangd] Surface errors from command-line parsing
Ilya Biryukov
2019-08-28
1
-12
/
+30
*
[clangd] Don't use Bind() where C++14 move capture works
Benjamin Kramer
2019-08-15
1
-24
/
+17
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-5
/
+5
*
clangd: use -j for background index pool
Sam McCall
2019-08-09
1
-4
/
+5
*
[clangd] Provide a way to publish highlightings in non-racy manner
Ilya Biryukov
2019-07-19
1
-29
/
+31
*
[clangd] Prioritize indexing of files that share a basename with the open file.
Sam McCall
2019-07-12
1
-1
/
+3
*
[clangd] Add ClangdServer accessor for buffer contents
Sam McCall
2019-06-19
1
-0
/
+9
*
[clangd] Fix typo in GUARDED_BY()
Nikolai Kosjar
2019-06-12
1
-1
/
+1
*
[clangd] Wait for compile command in ASTWorker instead of ClangdServer
Eric Liu
2019-04-15
1
-40
/
+85
*
[clangd] Include compile command heuristic in logs
Sam McCall
2019-04-11
1
-1
/
+2
*
[clangd] Add fallback mode for code completion when compile command or preamb...
Eric Liu
2019-04-08
1
-13
/
+16
*
[clangd] Stop passing around PCHContainerOperations, just create it in place....
Sam McCall
2019-04-04
1
-18
/
+9
*
[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
[next]