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] Upgrade logging facilities with levels and formatv.
Sam McCall
2018-07-11
1
-2
/
+2
*
[clangd] Implementation of textDocument/documentSymbol
Marc-Andre Laperle
2018-07-05
1
-14
/
+0
*
[clangd] Incorporate transitive #includes into code complete proximity scoring.
Sam McCall
2018-07-03
1
-4
/
+3
*
[clangd] Implement hover for "auto" and "decltype"
Marc-Andre Laperle
2018-07-02
1
-0
/
+142
*
[clangd] Hover should return null when not hovering over anything.
Sam McCall
2018-06-04
1
-2
/
+2
*
[clangd] Remove accessors for top-level decls from preamble
Ilya Biryukov
2018-05-28
1
-2
/
+2
*
[clangd] Add helper for collecting #include directives in file.
Eric Liu
2018-05-14
1
-5
/
+3
*
[clangd] Using index for GoToDefinition.
Haojian Wu
2018-04-30
1
-60
/
+172
*
[clangd] Fix unicode handling, using UTF-16 where LSP requires it.
Sam McCall
2018-04-27
1
-15
/
+6
*
[index] Fix methods that take a shared_ptr to just take a reference.
Benjamin Kramer
2018-04-23
1
-16
/
+16
*
[clangd] Adapt index interfaces to D45014, and fix the old bugs.
Sam McCall
2018-04-09
1
-29
/
+12
*
[clangd] Use the macro name range as the definition range.
Haojian Wu
2018-03-13
1
-3
/
+2
*
[clangd] Fix irrelevant declaratations in goto definition (on macros).
Haojian Wu
2018-03-13
1
-0
/
+10
*
[clangd] Use identifier range as the definition range.
Haojian Wu
2018-03-09
1
-4
/
+6
*
[clangd] Early return for #include goto definition.
Haojian Wu
2018-03-08
1
-10
/
+12
*
[clangd] #include statements support for Open definition
Marc-Andre Laperle
2018-02-21
1
-13
/
+14
*
[clangd] Fix formatting in XRefs.cpp
Simon Marchi
2018-02-20
1
-2
/
+2
*
[clangd] Fix use-after-free in SymbolYAML: strings are owned by yaml::Input!
Sam McCall
2018-02-19
1
-2
/
+1
*
[clangd] Rename some protocol field to lower case
Marc-Andre Laperle
2018-02-16
1
-6
/
+6
*
[clangd] Implement textDocument/hover
Marc-Andre Laperle
2018-02-16
1
-8
/
+154
*
[clangd] Assert path is absolute when assigning to URIForFile.
Ilya Biryukov
2018-02-16
1
-1
/
+1
*
[clangd] Fixed findDefinitions to always return absolute paths.
Ilya Biryukov
2018-02-13
1
-2
/
+10
*
[clangd] Pass Context implicitly using TLS.
Sam McCall
2018-01-31
1
-4
/
+3
*
[clangd] Use new URI with scheme support in place of the existing LSP URI
Eric Liu
2018-01-29
1
-1
/
+3
*
[clangd] Don't navigate to forward class declaration when go to definition.
Haojian Wu
2018-01-12
1
-2
/
+26
*
[clangd] Split findDefs/highlights into XRefs, from ClangdUnit. NFC
Sam McCall
2017-12-19
1
-0
/
+270
[prev]