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
/
unittests
/
XRefsTests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Publish xref for macros from Index and AST.
Utkarsh Saxena
2020-01-13
1
-3
/
+46
*
[clangd] Heuristically resolve dependent call through smart pointer type
Nathan Ridge
2020-01-07
1
-2
/
+2
*
[clangd] Assert that the testcases in LocateSymbol.All have no diagnostics
Nathan Ridge
2020-01-07
1
-22
/
+62
*
NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-04
1
-1
/
+1
*
Revert "Revert "[clangd] Implement "textDocument/documentLink" protocol suppo...
Sam McCall
2020-01-02
1
-0
/
+21
*
Revert "[clangd] Implement "textDocument/documentLink" protocol support"
Dmitri Gribenko
2019-12-16
1
-21
/
+0
*
[clangd] Fix Windows test failure by adding -fno-delayed-template-parsing to ...
Nathan Ridge
2019-12-12
1
-1
/
+5
*
[clangd] Heuristically resolve dependent method calls
Nathan Ridge
2019-12-12
1
-0
/
+69
*
[clangd] Implement "textDocument/documentLink" protocol support
Michael Forster
2019-12-12
1
-0
/
+21
*
[clangd] Use expansion location when the ref is inside macros.
Haojian Wu
2019-12-09
1
-0
/
+13
*
[clangd] Navigation from definition of template specialization to primary tem...
Nathan Ridge
2019-12-08
1
-1
/
+16
*
[clangd] Untangle Hover from XRefs, move into own file.
Sam McCall
2019-11-19
1
-1339
/
+0
*
[clangd] Fix hover 'local scope' to include class template params
Sam McCall
2019-11-19
1
-5
/
+5
*
[clangd] More sensible output for constructors/destructors in hover.
Sam McCall
2019-11-19
1
-2
/
+11
*
[clangd] Expose the xref's incomplete flag to clangdServer API.
Haojian Wu
2019-11-18
1
-11
/
+13
*
[AST] Attach comment in `/** doc */ typedef struct A {} B` to B as well as A.
Sam McCall
2019-11-18
1
-0
/
+13
*
[clangd] Don't repeat class template args when printing constructor definitions
Sam McCall
2019-11-15
1
-1
/
+1
*
[clangd] Fix typo in symbol kind conversion
Sam McCall
2019-11-15
1
-1
/
+1
*
[clangd] Don't consider class template params part of constructor name.
Sam McCall
2019-11-15
1
-1
/
+16
*
[AST] Use written names instead of `type-param-0-0` in more cases when printi...
Sam McCall
2019-11-15
1
-0
/
+11
*
[clangd] Expose value of enumerators to Hover API. (not UI yet)
Sam McCall
2019-11-14
1
-0
/
+13
*
[clangd] Add bool return type to Index::refs API.
Haojian Wu
2019-11-13
1
-1
/
+2
*
Refactor getDeclAtPosition() to use SelectionTree + targetDecl()
Nathan Ridge
2019-10-31
1
-7
/
+13
*
[clangd] Report declaration references in findExplicitReferences.
Haojian Wu
2019-10-18
1
-1
/
+2
*
Make most clangd unittests pass on Windows
Nico Weber
2019-10-13
1
-1
/
+8
*
[clangd] Implement getBeginning for overloaded operators.
Haojian Wu
2019-10-01
1
-0
/
+9
*
[clangd] Add a helper for extracting nonlocal decls in a FunctionDecl
Kadir Cetinkaya
2019-09-26
1
-0
/
+85
*
[clangd] Rename ClangdUnit.h -> ParsedAST.h. NFC
Sam McCall
2019-09-04
1
-1
/
+1
*
[clangd] Ignore implicit conversion-operator nodes in find refs.
Haojian Wu
2019-08-21
1
-0
/
+12
*
[clangd] Fix one testcase in XRefsTests.
Haojian Wu
2019-08-20
1
-9
/
+11
*
[clangd] Fix a crash when presenting values for Hover
Ilya Biryukov
2019-08-02
1
-0
/
+10
*
[clangd] Consume llvm::Error in test after r365792
Sam McCall
2019-07-11
1
-1
/
+3
*
[clangd] Implementation of auto type expansion.
Sam McCall
2019-07-11
1
-0
/
+22
*
[clangd] Show documentation in hover, and fetch docs from index if needed.
Sam McCall
2019-07-09
1
-10
/
+41
*
[clangd] Add Value field to HoverInfo
Kadir Cetinkaya
2019-06-26
1
-3
/
+70
*
[clangd] Treat lambdas as functions when preparing hover response
Kadir Cetinkaya
2019-06-13
1
-5
/
+75
*
[clangd] Represent Hover result using FormattedString
Ilya Biryukov
2019-05-29
1
-61
/
+208
*
[clangd] Introduce a structured hover response
Kadir Cetinkaya
2019-05-28
1
-26
/
+327
*
[Index] Fix reported references in presence of template type aliases
Ilya Biryukov
2019-05-23
1
-0
/
+11
*
[clangd] Qualify uses of ::testing everywhere. NFC
Ilya Biryukov
2019-05-06
1
-5
/
+5
*
[clangd] Also perform merging for symbol definitions
Kadir Cetinkaya
2019-05-03
1
-5
/
+18
*
[clangd] Move clangd tests to clangd directory. check-clangd is no longer par...
Sam McCall
2019-04-29
1
-0
/
+1504