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
/
ClangdServer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Revert "[clangd] Implement "textDocument/documentLink" protocol suppo...
Sam McCall
2020-01-02
1
-0
/
+11
*
Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...
Sam McCall
2019-12-16
1
-49
/
+22
*
[clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...
Sam McCall
2019-12-16
1
-22
/
+49
*
Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...
Sam McCall
2019-12-16
1
-49
/
+22
*
[clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...
Sam McCall
2019-12-16
1
-22
/
+49
*
Revert "[clangd] Implement "textDocument/documentLink" protocol support"
Dmitri Gribenko
2019-12-16
1
-11
/
+0
*
[NFC] Fix typos in Clangd and Clang
Kirill Bobyrev
2019-12-16
1
-1
/
+1
*
Revert "[clangd] Fall back to selecting token-before-cursor if token-after-cu...
Nico Weber
2019-12-14
1
-49
/
+22
*
[clangd] Fall back to selecting token-before-cursor if token-after-cursor fails.
Sam McCall
2019-12-13
1
-22
/
+49
*
[clangd] Implement "textDocument/documentLink" protocol support
Michael Forster
2019-12-12
1
-0
/
+11
*
[clangd] NFC, add getLangOpts helper to ParsedAST
Alex Lorenz
2019-12-04
1
-2
/
+2
*
[clangd] Implement cross-file rename.
Haojian Wu
2019-11-26
1
-28
/
+43
*
[clangd] Expose the xref's incomplete flag to clangdServer API.
Haojian Wu
2019-11-18
1
-1
/
+1
*
[clangd] Reland Store Index in Tweak::Selection
Kadir Cetinkaya
2019-10-28
1
-1
/
+1
*
[clangd] Revert define-inline action changes to un-break windows build-bots
Kadir Cetinkaya
2019-10-25
1
-1
/
+1
*
[clangd] Store Index in Tweak::Selection
Kadir Cetinkaya
2019-10-25
1
-1
/
+1
*
[clangd] Catch an unchecked "Expected<T>" in HeaderSourceSwitch.
Haojian Wu
2019-10-07
1
-1
/
+1
*
[clangd] Use the index-based API to do the header-source switch.
Haojian Wu
2019-10-01
1
-2
/
+18
*
[clangd] Move the existing heder-source-switch implemenation out of clangdSer...
Haojian Wu
2019-09-25
1
-54
/
+2
*
Add SemanticRanges to Clangd server.
Utkarsh Saxena
2019-09-17
1
-2
/
+14
*
[clangd] Support multifile edits as output of Tweaks
Kadir Cetinkaya
2019-09-09
1
-26
/
+24
*
[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
/
+1
*
[clangd] Move getBeginningOfIdentifier from ClangdUnit to SourceCode. Drop de...
Sam McCall
2019-09-03
1
-1
/
+1
*
[clangd] Surface errors from command-line parsing
Ilya Biryukov
2019-08-28
1
-0
/
+5
*
[clangd] Send highlighting diff beyond the end of the file.
Haojian Wu
2019-08-26
1
-10
/
+1
*
[clangd] Fold string copy into lambda capture. NFC.
Benjamin Kramer
2019-08-22
1
-3
/
+2
*
[clangd] Don't use Bind() where C++14 move capture works
Benjamin Kramer
2019-08-15
1
-76
/
+64
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-3
/
+3
*
clangd: use -j for background index pool
Sam McCall
2019-08-09
1
-3
/
+5
*
[clangd] Duplicate lines of semantic highlightings sent removed.
Johan Vikstrom
2019-08-01
1
-1
/
+10
*
[clangd] Implement "prepareRename"
Haojian Wu
2019-07-24
1
-0
/
+29
*
[clangd] Provide a way to publish highlightings in non-racy manner
Ilya Biryukov
2019-07-19
1
-5
/
+12
*
Revert "Revert r366458, r366467 and r366468"
Kadir Cetinkaya
2019-07-19
1
-1
/
+2
*
Revert r366458, r366467 and r366468
Azharuddin Mohammed
2019-07-19
1
-2
/
+1
*
[clangd] BackgroundIndex stores shards to the closest project
Kadir Cetinkaya
2019-07-18
1
-1
/
+2
*
[clangd] Implement typeHierarchy/resolve for subtypes
Nathan Ridge
2019-07-13
1
-0
/
+7
*
Revert "[clangd] Implement typeHierarchy/resolve for subtypes"
Russell Gallop
2019-07-12
1
-7
/
+0
*
[clangd] Prioritize indexing of files that share a basename with the open file.
Sam McCall
2019-07-12
1
-1
/
+4
*
[clangd] Don't run the prepare for tweaks that are disabled.
Haojian Wu
2019-07-12
1
-5
/
+3
*
[clangd] Implement typeHierarchy/resolve for subtypes
Nathan Ridge
2019-07-12
1
-2
/
+8
*
[clangd] Add a flag to clangdServer rename function to control whether we wan...
Haojian Wu
2019-07-10
1
-11
/
+13
*
[clangd] Rewrite of logic to rebuild the background index serving structures.
Sam McCall
2019-07-09
1
-2
/
+1
*
[clangd] Show documentation in hover, and fetch docs from index if needed.
Sam McCall
2019-07-09
1
-3
/
+3
*
Summary: [Clangd] Added hidden command line option -tweaks to specify which t...
Shaurya Gupta
2019-07-01
1
-1
/
+2
*
[clangd] Emit semantic highlighting tokens when the main AST is built.
Johan Vikstrom
2019-06-27
1
-6
/
+13
*
[clangd] Narrow rename to local symbols.
Haojian Wu
2019-06-25
1
-4
/
+4
*
[clangd] Consume error returned by cleanupAndFormat
Ilya Biryukov
2019-06-19
1
-0
/
+2
*
[clangd] Format changes produced by rename
Ilya Biryukov
2019-06-19
1
-0
/
+9
*
Revert "[clangd] Return vector<TextEdit> from applyTweak. NFC"
Sam McCall
2019-06-19
1
-8
/
+2
[next]