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
/
unittests
/
clangd
/
XRefsTests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Move clangd tests to clangd directory. check-clangd is no longer par...
Sam McCall
2019-04-29
1
-1504
/
+0
*
[clangd] Test #import directive go-to-definition. NFC
Sam McCall
2019-04-04
1
-0
/
+12
*
[clangd] Make sure constructors do not reference class
Kadir Cetinkaya
2019-03-08
1
-0
/
+9
*
[clangd] Enhance macro hover to see full definition
Marc-Andre Laperle
2019-02-24
1
-1
/
+19
*
[clangd] Only report explicitly typed symbols during code navigation
Kadir Cetinkaya
2019-02-21
1
-8
/
+23
*
[clangd] Enable indexing of template type parameters
Kadir Cetinkaya
2019-02-21
1
-3
/
+7
*
[clangd] Revert r354442 and r354444
Kadir Cetinkaya
2019-02-20
1
-34
/
+0
*
[clangd] Try to fix windows build bots
Kadir Cetinkaya
2019-02-20
1
-3
/
+8
*
[clangd] Testcase for bug 39811
Kadir Cetinkaya
2019-02-20
1
-0
/
+29
*
[clangd] Add tests for template specializations
Kadir Cetinkaya
2019-02-18
1
-0
/
+52
*
[clangd] Prefer location from codegen files when merging symbols.
Eric Liu
2019-02-11
1
-0
/
+20
*
[clangd] Index parameters in function decls
Kadir Cetinkaya
2019-02-11
1
-0
/
+4
*
[clangd] Implement textDocument/declaration from LSP 3.14
Sam McCall
2019-02-01
1
-100
/
+126
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clangd] Add Limit parameter for xref.
Haojian Wu
2019-01-14
1
-6
/
+10
*
[clangd] Remove 'using namespace llvm' from .cpp files. NFC
Ilya Biryukov
2019-01-07
1
-4
/
+3
*
[clangd] clang-format everything. NFC
Ilya Biryukov
2019-01-03
1
-1
/
+2
*
[clangd] Refine the way of checking a declaration is referenced by the writte...
Haojian Wu
2018-12-13
1
-0
/
+47
*
[clangd] Canonicalize file path in URIForFile.
Eric Liu
2018-11-28
1
-18
/
+19
*
[clangd] Fix crash hovering on non-decltype trailing return
Marc-Andre Laperle
2018-11-17
1
-0
/
+8
*
[clangd] Simplify auto hover
Ilya Biryukov
2018-10-24
1
-0
/
+7
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-6
/
+6
*
[clangd] Support hover on "aut^o *".
Haojian Wu
2018-10-12
1
-0
/
+19
*
[clangd] Use canonical declarations in ReferenceFinder.
Haojian Wu
2018-10-04
1
-17
/
+25
*
[NFC][clangd] fix warning for extra semicolon
Jonas Toth
2018-09-11
1
-2
/
+2
*
[clangd] Sort GoToDefinition results.
Haojian Wu
2018-09-05
1
-0
/
+41
*
[clangd] Implement findReferences function
Sam McCall
2018-09-05
1
-0
/
+137
*
[clangd] Check for include overlapping looks for only the line now.
Kadir Cetinkaya
2018-08-23
1
-2
/
+4
*
[clangd] Always use the latest preamble
Haojian Wu
2018-08-17
1
-0
/
+45
*
[clangd] Avoid duplicates in findDefinitions response
Simon Marchi
2018-08-10
1
-6
/
+44
*
[clangd] Implement hover for "auto" and "decltype"
Marc-Andre Laperle
2018-07-02
1
-3
/
+269
*
[clangd] Fix inverted test (--gtest_filter strikes again...)
Sam McCall
2018-06-04
1
-1
/
+1
*
[clangd] Hover should return null when not hovering over anything.
Sam McCall
2018-06-04
1
-3
/
+13
*
[clangd] Extract scoring/ranking logic, and shave yaks.
Sam McCall
2018-05-15
1
-38
/
+10
*
[clangd] Using index for GoToDefinition.
Haojian Wu
2018-04-30
1
-7
/
+85
*
[clangd] Use operator<< to prevent printers issues in Gtest
Marc-Andre Laperle
2018-04-10
1
-9
/
+0
*
[clangd] Adapt index interfaces to D45014, and fix the old bugs.
Sam McCall
2018-04-09
1
-1
/
+16
*
[clangd] Use the macro name range as the definition range.
Haojian Wu
2018-03-13
1
-2
/
+2
*
[clangd] Fix irrelevant declaratations in goto definition (on macros).
Haojian Wu
2018-03-13
1
-0
/
+9
*
[clangd] Remove Tagged and some related APIs from ClangdServer.
Sam McCall
2018-03-12
1
-11
/
+10
*
[clangd] Fix diagnostic errors in the test code, NFC.
Haojian Wu
2018-03-12
1
-1
/
+3
*
[clangd] Revamp handling of diagnostics.
Ilya Biryukov
2018-03-12
1
-2
/
+2
*
[clangd] Use identifier range as the definition range.
Haojian Wu
2018-03-09
1
-15
/
+27
*
[clangd] Extract ClangdServer::Options struct.
Sam McCall
2018-03-05
1
-5
/
+3
*
[clangd] #include statements support for Open definition
Marc-Andre Laperle
2018-02-21
1
-0
/
+68
*
[clangd] Rename some protocol field to lower case
Marc-Andre Laperle
2018-02-16
1
-1
/
+1
*
[clangd] Implement textDocument/hover
Marc-Andre Laperle
2018-02-16
1
-0
/
+305
*
[clangd] TestFS cleanup: getVirtualBlahBlah -> testPath/testRoot. Remove Smal...
Sam McCall
2018-02-16
1
-7
/
+6
*
[clangd] Make functions of ClangdServer callback-based
Ilya Biryukov
2018-02-15
1
-1
/
+3
*
[clangd] Fixed findDefinitions to always return absolute paths.
Ilya Biryukov
2018-02-13
1
-0
/
+30
[next]