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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Simplify code using findName. NFC
Ilya Biryukov
2019-12-10
1
-6
/
+0
*
[clangd] Implement cross-file rename.
Haojian Wu
2019-11-26
1
-0
/
+3
*
[clangd] Add isHeaderFile helper.
Haojian Wu
2019-11-15
1
-1
/
+6
*
[clangd] Implement a function to lex the file to find candidate occurrences.
Haojian Wu
2019-11-06
1
-0
/
+5
*
[clangd] Implement GetEligiblePoints
Kadir Cetinkaya
2019-10-25
1
-0
/
+21
*
[clangd] Implement getBeginning for overloaded operators.
Haojian Wu
2019-10-01
1
-1
/
+1
*
[clangd] Support multifile edits as output of Tweaks
Kadir Cetinkaya
2019-09-09
1
-1
/
+27
*
[clangd] Remove macro-expansion-location from getBeginningOfIdentifier. Inlin...
Sam McCall
2019-09-04
1
-1
/
+2
*
[clangd] Move getBeginningOfIdentifier from ClangdUnit to SourceCode. Drop de...
Sam McCall
2019-09-03
1
-0
/
+7
*
[clangd] Fix toHalfOpenFileRange where start/end endpoints are in different f...
Sam McCall
2019-08-27
1
-0
/
+5
*
[clangd] Unfold SourceLocation flattening from findNameLoc in preparation for...
Sam McCall
2019-08-06
1
-0
/
+14
*
[clangd] cleanup: unify the implemenation of checking a location is inside ma...
Haojian Wu
2019-07-19
1
-0
/
+8
*
[clangd] Fixed toHalfOpenFileRange
Shaurya Gupta
2019-07-12
1
-1
/
+2
*
[clangd] Use xxhash instead of SHA1 for background index file digests.
Sam McCall
2019-07-08
1
-2
/
+1
*
[clangd] Show better message when we rename macros.
Haojian Wu
2019-07-01
1
-0
/
+8
*
[clangd] Cleanup the duplicated getTokenRange.
Haojian Wu
2019-06-25
1
-0
/
+5
*
[clangd] Boost code completion results that were named in the last few lines.
Sam McCall
2019-05-06
1
-0
/
+8
*
[clangd] Always call getFormatStyleForFile().
Sam McCall
2019-05-06
1
-0
/
+5
*
[clangd] Query index in code completion no-compile mode.
Sam McCall
2019-04-26
1
-0
/
+23
*
[clangd] Use identifiers in file as completion candidates when build is not r...
Eric Liu
2019-04-11
1
-0
/
+4
*
[clangd] Support utf-8 offsets (rather than utf-16) as a protocol extension
Sam McCall
2019-03-27
1
-0
/
+7
*
[ELF] Format lines inadvertently indented by rCTE353380
Fangrui Song
2019-02-07
1
-5
/
+5
*
[clangd] Suggest adding missing includes for typos (like include-fixer).
Eric Liu
2019-02-07
1
-5
/
+5
*
[clangd] Format tweak's replacements.
Haojian Wu
2019-02-06
1
-0
/
+5
*
[clangd] A code action to swap branches of an if statement
Ilya Biryukov
2019-01-31
1
-0
/
+41
*
[clangd] Interfaces for writing code tweaks
Ilya Biryukov
2019-01-29
1
-0
/
+5
*
[clangd] Suggest adding missing includes for incomplete type diagnostics.
Eric Liu
2019-01-28
1
-0
/
+7
*
[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] Unify path canonicalizations in the codebase
Kadir Cetinkaya
2018-12-19
1
-5
/
+6
*
[clangd] Put direct headers into srcs section.
Kadir Cetinkaya
2018-11-27
1
-0
/
+9
*
Fix range length comparison in DraftStore::UpdateDraft when Unicode character...
Sam McCall
2018-10-23
1
-0
/
+4
*
[clangd] Support textEdit in addition to insertText.
Kadir Cetinkaya
2018-08-13
1
-0
/
+2
*
[clangd] Avoid duplicates in findDefinitions response
Simon Marchi
2018-08-10
1
-4
/
+11
*
Added functionality to suggest FixIts for conversion of '->' to '.' and vice ...
Kadir Cetinkaya
2018-08-08
1
-0
/
+5
*
[clangd] Implementation of textDocument/documentSymbol
Marc-Andre Laperle
2018-07-05
1
-0
/
+3
*
[clangd] Move helpers that convert Replacements to TextEdits to SourceCode.h
Eric Liu
2018-05-11
1
-0
/
+6
*
[clangd] Fix unicode handling, using UTF-16 where LSP requires it.
Sam McCall
2018-04-27
1
-9
/
+10
*
[clangd] Implementation of workspace/symbol request
Marc-Andre Laperle
2018-04-23
1
-0
/
+5
*
Make positionToOffset return llvm::Expected<size_t>
Simon Marchi
2018-03-21
1
-1
/
+16
*
[clangd] Revamp handling of diagnostics.
Ilya Biryukov
2018-03-12
1
-0
/
+4
*
[clangd] #include statements support for Open definition
Marc-Andre Laperle
2018-02-21
1
-0
/
+6
*
[clangd] Expose offset <-> LSP position functions, and fix bugs
Sam McCall
2017-12-19
1
-0
/
+29