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
/
FindSymbols.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Fix DocumentOutline for concepts
Kadir Cetinkaya
2020-06-23
1
-2
/
+5
*
[clangd] Simplify code using findName. NFC
Ilya Biryukov
2019-12-10
1
-1
/
+1
*
[clangd] Simplify the callside of URI::resolve, NFC.
Haojian Wu
2019-09-23
1
-10
/
+3
*
[clangd] Rename ClangdUnit.h -> ParsedAST.h. NFC
Sam McCall
2019-09-04
1
-1
/
+1
*
[clangd] Fix typos and grammar in a comment. NFC
Ilya Biryukov
2019-08-14
1
-4
/
+4
*
[clangd] Unfold SourceLocation flattening from findNameLoc in preparation for...
Sam McCall
2019-08-06
1
-1
/
+1
*
[clangd] Type hierarchy subtypes
Nathan Ridge
2019-06-16
1
-24
/
+36
*
[clangd] Boost code completion results that were named in the last few lines.
Sam McCall
2019-05-06
1
-0
/
+1
*
[clangd] Show template argument list in workspacesymbols and documentsymbols ...
Kadir Cetinkaya
2019-04-12
1
-1
/
+2
*
[clangd] Add support for type hierarchy (super types only for now)
Kadir Cetinkaya
2019-03-19
1
-60
/
+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
-5
/
+4
*
[clangd] clang-format everything. NFC
Ilya Biryukov
2019-01-03
1
-1
/
+1
*
[clangd] Canonicalize file path in URIForFile.
Eric Liu
2018-11-28
1
-1
/
+3
*
[clangd] Add support for hierarchical documentSymbol
Ilya Biryukov
2018-11-23
1
-84
/
+128
*
[clangd] Get rid of QueryScopes.empty() == AnyScope special case.
Eric Liu
2018-11-06
1
-0
/
+2
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-6
/
+5
*
[clangd] Encode Line/Column as a 32-bits integer.
Haojian Wu
2018-10-18
1
-4
/
+4
*
[clangd] Adapt API change after 342451.
Eric Liu
2018-09-18
1
-2
/
+3
*
[clangd] Cleanup FuzzyFindRequest filtering limit semantics
Kirill Bobyrev
2018-09-13
1
-2
/
+3
*
[clangd] Fix typo. NFC
Fangrui Song
2018-09-05
1
-1
/
+1
*
[clangd] Avoid duplicates in findDefinitions response
Simon Marchi
2018-08-10
1
-1
/
+1
*
[clangd] Upgrade logging facilities with levels and formatv.
Sam McCall
2018-07-11
1
-11
/
+9
*
[clangd] Implementation of textDocument/documentSymbol
Marc-Andre Laperle
2018-07-05
1
-2
/
+107
*
[clangd] Use workspace root path as hint path for resolving URIs in workspace...
Eric Liu
2018-06-19
1
-6
/
+4
*
[clangd] Make workspace/symbols actually rank its results.
Sam McCall
2018-06-07
1
-2
/
+39
*
[clangd] Implementation of workspace/symbol request
Marc-Andre Laperle
2018-04-23
1
-0
/
+141