More specifically, hovering on "auto" in
auto main() -> int {
return 0;
}
Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
Differential D54553
[clangd] Fix crash hovering on non-decltype trailing return malaperle on Nov 14 2018, 3:51 PM. Authored by
Details More specifically, hovering on "auto" in return 0; } Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
Diff Detail
Event TimelineComment Actions This seems ready, so putting myself in as a reviewer. Thanks for the fix, just a single NIT comment.
|