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] Simplify code using findName. NFC
Ilya Biryukov
2019-12-10
1
-8
/
+0
*
[clangd] Add isHeaderFile helper.
Haojian Wu
2019-11-15
1
-0
/
+13
*
[clangd] NFC, hide the internal-only utility function lex.
Haojian Wu
2019-11-07
1
-3
/
+4
*
[clangd] Implement a function to lex the file to find candidate occurrences.
Haojian Wu
2019-11-06
1
-17
/
+30
*
[clangd] Implement GetEligiblePoints
Kadir Cetinkaya
2019-10-25
1
-44
/
+112
*
[clangd] Implement getBeginning for overloaded operators.
Haojian Wu
2019-10-01
1
-17
/
+86
*
[clangd] Fix parseNamespaceEvents to parse the last token
Kadir Cetinkaya
2019-09-25
1
-0
/
+3
*
[clangd] Support multifile edits as output of Tweaks
Kadir Cetinkaya
2019-09-09
1
-1
/
+61
*
[clangd] Remove macro-expansion-location from getBeginningOfIdentifier. Inlin...
Sam McCall
2019-09-04
1
-3
/
+3
*
[clangd] Move getBeginningOfIdentifier from ClangdUnit to SourceCode. Drop de...
Sam McCall
2019-09-03
1
-0
/
+33
*
[clangd] Fix toHalfOpenFileRange where start/end endpoints are in different f...
Sam McCall
2019-08-27
1
-32
/
+70
*
[clangd] Unfold SourceLocation flattening from findNameLoc in preparation for...
Sam McCall
2019-08-06
1
-0
/
+18
*
Fixed toHalfOpenFileRange assertion fail
Shaurya Gupta
2019-08-06
1
-11
/
+52
*
[clang-tools-extra] Adopt FileManager's error-returning APIs
Harlan Haskins
2019-08-01
1
-2
/
+2
*
[clangd] cleanup: unify the implemenation of checking a location is inside ma...
Haojian Wu
2019-07-19
1
-0
/
+4
*
[clangd] Fixed toHalfOpenFileRange
Shaurya Gupta
2019-07-12
1
-9
/
+96
*
[clangd] Use xxhash instead of SHA1 for background index file digests.
Sam McCall
2019-07-08
1
-1
/
+8
*
[clangd] Show better message when we rename macros.
Haojian Wu
2019-07-01
1
-0
/
+27
*
[clangd] Cleanup the duplicated getTokenRange.
Haojian Wu
2019-06-25
1
-0
/
+11
*
[clangd] Boost code completion results that were named in the last few lines.
Sam McCall
2019-05-06
1
-0
/
+40
*
[clangd] Query index in code completion no-compile mode.
Sam McCall
2019-04-26
1
-6
/
+193
*
[clangd] Use identifiers in file as completion candidates when build is not r...
Eric Liu
2019-04-11
1
-0
/
+24
*
[clangd] Support UTF-32 (i.e. codepoint) offsets.
Sam McCall
2019-03-28
1
-47
/
+66
*
[clangd] Support utf-8 offsets (rather than utf-16) as a protocol extension
Sam McCall
2019-03-27
1
-7
/
+35
*
Basic: Return a reference from FileManager::getVirtualFileSystem, NFC
Duncan P. N. Exon Smith
2019-03-26
1
-1
/
+1
*
[clangd] Format tweak's replacements.
Haojian Wu
2019-02-06
1
-0
/
+9
*
[clangd] A code action to swap branches of an if statement
Ilya Biryukov
2019-01-31
1
-2
/
+66
*
[clangd] Interfaces for writing code tweaks
Ilya Biryukov
2019-01-29
1
-0
/
+10
*
[clangd] Suggest adding missing includes for incomplete type diagnostics.
Eric Liu
2019-01-28
1
-0
/
+13
*
[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
-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