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
/
SourceCode.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Remove 'using namespace llvm' from .cpp files. NFC
Ilya Biryukov
2019-01-07
1
-45
/
+47
*
[clangd] Always try to build absolute path
Kadir Cetinkaya
2019-01-03
1
-8
/
+1
*
[clangd] Unify path canonicalizations in the codebase
Kadir Cetinkaya
2018-12-19
1
-16
/
+31
*
[clangd] Put direct headers into srcs section.
Kadir Cetinkaya
2018-11-27
1
-0
/
+12
*
Fix range length comparison in DraftStore::UpdateDraft when Unicode character...
Sam McCall
2018-10-23
1
-5
/
+4
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-25
/
+24
*
[clangd] Support textEdit in addition to insertText.
Kadir Cetinkaya
2018-08-13
1
-0
/
+5
*
[clangd] Avoid duplicates in findDefinitions response
Simon Marchi
2018-08-10
1
-9
/
+25
*
Added functionality to suggest FixIts for conversion of '->' to '.' and vice ...
Kadir Cetinkaya
2018-08-08
1
-0
/
+9
*
[clangd] Upgrade logging facilities with levels and formatv.
Sam McCall
2018-07-11
1
-1
/
+1
*
[clangd] Implementation of textDocument/documentSymbol
Marc-Andre Laperle
2018-07-05
1
-0
/
+18
*
[clangd] Move helpers that convert Replacements to TextEdits to SourceCode.h
Eric Liu
2018-05-11
1
-0
/
+15
*
[clangd] Fix unicode handling, using UTF-16 where LSP requires it.
Sam McCall
2018-04-27
1
-8
/
+90
*
[clangd] Implementation of workspace/symbol request
Marc-Andre Laperle
2018-04-23
1
-0
/
+8
*
Make positionToOffset return llvm::Expected<size_t>
Simon Marchi
2018-03-21
1
-4
/
+24
*
[clangd] Revamp handling of diagnostics.
Ilya Biryukov
2018-03-12
1
-0
/
+8
*
[clangd] #include statements support for Open definition
Marc-Andre Laperle
2018-02-21
1
-1
/
+9
*
[clangd] Explicitly initialize all primitive fields in Protocol.h
Ilya Biryukov
2018-02-14
1
-1
/
+4
*
[clangd] Expose offset <-> LSP position functions, and fix bugs
Sam McCall
2017-12-19
1
-0
/
+41