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
/
XRefs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Publish xref for macros from Index and AST.
Utkarsh Saxena
2020-01-13
1
-39
/
+60
*
[clangd] Show template arguments in type hierarchy when possible
Nathan Ridge
2020-01-12
1
-3
/
+24
*
[clangd] targetDecl() returns only NamedDecls.
Sam McCall
2020-01-03
1
-24
/
+22
*
Revert "Revert "[clangd] Implement "textDocument/documentLink" protocol suppo...
Sam McCall
2020-01-02
1
-0
/
+20
*
Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...
Sam McCall
2019-12-16
1
-9
/
+8
*
[clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...
Sam McCall
2019-12-16
1
-8
/
+9
*
Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...
Sam McCall
2019-12-16
1
-9
/
+8
*
[clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...
Sam McCall
2019-12-16
1
-8
/
+9
*
Revert "[clangd] Implement "textDocument/documentLink" protocol support"
Dmitri Gribenko
2019-12-16
1
-20
/
+0
*
[NFC] Fix typos in Clangd and Clang
Kirill Bobyrev
2019-12-16
1
-5
/
+5
*
Revert "[clangd] Fall back to selecting token-before-cursor if token-after-cu...
Nico Weber
2019-12-14
1
-9
/
+8
*
[clangd] Fall back to selecting token-before-cursor if token-after-cursor fails.
Sam McCall
2019-12-13
1
-8
/
+9
*
[clangd] Implement "textDocument/documentLink" protocol support
Michael Forster
2019-12-12
1
-0
/
+20
*
[clangd] Simplify code using findName. NFC
Ilya Biryukov
2019-12-10
1
-4
/
+2
*
[clangd] Navigation from definition of template specialization to primary tem...
Nathan Ridge
2019-12-08
1
-4
/
+16
*
[clangd] Simplify the code, NFC.
Haojian Wu
2019-12-05
1
-1
/
+1
*
[clangd] NFC, add getLangOpts helper to ParsedAST
Alex Lorenz
2019-12-04
1
-12
/
+9
*
[clangd] Untangle Hover from XRefs, move into own file.
Sam McCall
2019-11-19
1
-537
/
+0
*
[clangd] Fix hover 'local scope' to include class template params
Sam McCall
2019-11-19
1
-6
/
+6
*
[clangd] More sensible output for constructors/destructors in hover.
Sam McCall
2019-11-19
1
-39
/
+46
*
[clangd] Store xref for Macros in ParsedAST.
Utkarsh Saxena
2019-11-18
1
-2
/
+1
*
[clangd] Expose the xref's incomplete flag to clangdServer API.
Haojian Wu
2019-11-18
1
-11
/
+17
*
[clangd] Don't repeat class template args when printing constructor definitions
Sam McCall
2019-11-15
1
-0
/
+1
*
[clangd] Don't consider class template params part of constructor name.
Sam McCall
2019-11-15
1
-0
/
+1
*
[clangd] Expose value of enumerators to Hover API. (not UI yet)
Sam McCall
2019-11-14
1
-0
/
+4
*
Refactor getDeclAtPosition() to use SelectionTree + targetDecl()
Nathan Ridge
2019-10-31
1
-105
/
+77
*
[clangd] Flush streams when printing HoverInfo Name and Definition
Kadir Cetinkaya
2019-10-28
1
-0
/
+2
*
[clangd] Report declaration references in findExplicitReferences.
Haojian Wu
2019-10-18
1
-1
/
+2
*
[clangd] Use our own relation kind.
Haojian Wu
2019-10-17
1
-1
/
+2
*
[clangd] Add a helper for extracting nonlocal decls in a FunctionDecl
Kadir Cetinkaya
2019-09-26
1
-0
/
+14
*
[clang][Index][NFC] Put IndexingOptions to a separate header
Jan Korous
2019-09-06
1
-0
/
+1
*
[clangd] Remove macro-expansion-location from getBeginningOfIdentifier. Inlin...
Sam McCall
2019-09-04
1
-14
/
+18
*
[clangd] Rename ClangdUnit.h -> ParsedAST.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
-11
/
+12
*
[clangd] Decouple macro/decl-under-cursor finding. Don't pretend there can be...
Sam McCall
2019-09-03
1
-73
/
+41
*
[clangd] Ignore implicit conversion-operator nodes in find refs.
Haojian Wu
2019-08-21
1
-0
/
+5
*
[clangd] Fix one testcase in XRefsTests.
Haojian Wu
2019-08-20
1
-11
/
+19
*
[clangd] Unfold SourceLocation flattening from findNameLoc in preparation for...
Sam McCall
2019-08-06
1
-2
/
+5
*
[clangd] Fix a crash when presenting values for Hover
Ilya Biryukov
2019-08-02
1
-1
/
+1
*
[clangd] Remove bad assert: nothing relies on it, and the reasons it was true...
Sam McCall
2019-08-02
1
-3
/
+2
*
[clangd] cleanup: unify the implemenation of checking a location is inside ma...
Haojian Wu
2019-07-19
1
-1
/
+1
*
[clangd] Type hierarchy: don't resolve parents if the client only asked for c...
Nathan Ridge
2019-07-17
1
-16
/
+17
*
[clangd] Implement typeHierarchy/resolve for subtypes
Nathan Ridge
2019-07-13
1
-1
/
+24
*
Revert "[clangd] Implement typeHierarchy/resolve for subtypes"
Russell Gallop
2019-07-12
1
-24
/
+1
*
[clangd] Implement typeHierarchy/resolve for subtypes
Nathan Ridge
2019-07-12
1
-1
/
+24
*
[clangd] Add a missing early return in getTypeHierarchy()
Nathan Ridge
2019-07-12
1
-0
/
+2
*
[clangd] Implementation of auto type expansion.
Sam McCall
2019-07-11
1
-4
/
+14
*
[clangd] Show documentation in hover, and fetch docs from index if needed.
Sam McCall
2019-07-09
1
-7
/
+39
*
[clangd] Fix unused var from r364735
Sam McCall
2019-07-01
1
-5
/
+4
*
[clangd] Show better message when we rename macros.
Haojian Wu
2019-07-01
1
-46
/
+21
[next]