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
/
HoverTests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Fix early selection for non-vardecl declarators
Kadir Cetinkaya
2020-06-10
1
-1
/
+8
*
[clangd][Hover] Handle uninstantiated default args
Kadir Cetinkaya
2020-06-10
1
-0
/
+16
*
[clangd][Hover] Make tests hermetic by setting target triplet
Kadir Cetinkaya
2020-01-29
1
-43
/
+28
*
[clangd][Hover] Handle uninstantiated templates
Kadir Cetinkaya
2020-01-28
1
-0
/
+19
*
[clangd][Hover] Change arrow in return type back to →
Kadir Cetinkaya
2020-01-27
1
-1
/
+1
*
[clangd] Drop returntype/type when hovering over type-ish names
Kadir Cetinkaya
2020-01-27
1
-2
/
+9
*
[clangd] Print underlying type for decltypes in hover
Kadir Cetinkaya
2020-01-27
1
-0
/
+51
*
[clangd] Dont display `<unknown>` kinds in hover board
Kadir Cetinkaya
2020-01-27
1
-1
/
+1
*
[clangd] Extract string literals in macro arguments to unbreak gcc buildbots
Kadir Cetinkaya
2020-01-27
1
-4
/
+7
*
[clangd] Fix windows buildbots
Kadir Cetinkaya
2020-01-27
1
-20
/
+43
*
[clangd] Rearrange type, returntype and parameters in hover card
Kadir Cetinkaya
2020-01-27
1
-4
/
+6
*
[clangd] Add a ruler after header in hover
Kadir Cetinkaya
2020-01-27
1
-0
/
+27
*
[clangd] Show hower info for expressions
Kadir Cetinkaya
2020-01-27
1
-0
/
+33
*
[clangd] Render header of hover card as a heading
Kadir Cetinkaya
2020-01-13
1
-0
/
+12
*
[clangd] Improve type printing in hover
Kadir Cetinkaya
2020-01-10
1
-2
/
+27
*
[clangd] Refurbish HoverInfo::present
Kadir Cetinkaya
2020-01-09
1
-0
/
+89
*
NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-04
1
-1
/
+1
*
[clangd] targetDecl() returns only NamedDecls.
Sam McCall
2020-01-03
1
-0
/
+3
*
[clangd] Reformat `HoverTests.cpp` NFC
Ilya Biryukov
2019-12-27
1
-500
/
+501
*
[clangd] Fix crash in hover
Ilya Biryukov
2019-12-27
1
-489
/
+506
*
[clangd] Improve documentation for auto and implicit specs
Kadir Cetinkaya
2019-12-19
1
-27
/
+109
*
[clangd] Fix handling of inline/anon namespaces and names of deduced types in...
Kadir Cetinkaya
2019-12-17
1
-16
/
+54
*
[clangd][NFC] Make use of TagDecl inside type for hover on auto
Kadir Cetinkaya
2019-12-17
1
-0
/
+26
*
Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...
Sam McCall
2019-12-16
1
-1
/
+1
*
[clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...
Sam McCall
2019-12-16
1
-1
/
+1
*
Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...
Sam McCall
2019-12-16
1
-1
/
+1
*
[clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...
Sam McCall
2019-12-16
1
-1
/
+1
*
Revert "[clangd] Fall back to selecting token-before-cursor if token-after-cu...
Nico Weber
2019-12-14
1
-1
/
+1
*
[clangd] Fall back to selecting token-before-cursor if token-after-cursor fails.
Sam McCall
2019-12-13
1
-1
/
+1
*
[clangd] Fix windows tests
Kadir Cetinkaya
2019-12-12
1
-0
/
+1
*
[clangd] Fix hover crashing on null types
Kadir Cetinkaya
2019-12-12
1
-0
/
+18
*
[clangd] Switch Hover.All to structured tests
Kadir Cetinkaya
2019-12-06
1
-429
/
+486
*
[clangd] Store index::SymbolKind in HoverInfo
Kadir Cetinkaya
2019-12-06
1
-30
/
+30
*
[clangd] Show values of more expressions on hover
Sam McCall
2019-11-19
1
-2
/
+31
*
[clangd] Untangle Hover from XRefs, move into own file.
Sam McCall
2019-11-19
1
-0
/
+1339