[clang-tools-extra] [clangd] Allow hover over 128-bit variable without crashing (PR #71415)
Björn Pettersson via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 7 14:42:18 PST 2023
================
@@ -0,0 +1,29 @@
+# RUN: clangd -lit-test < %s | FileCheck %s
----------------
bjope wrote:
Thanks. I'm not that familiar with the clangd test cases. But I've update the pull-request with a unittest instead.
https://github.com/llvm/llvm-project/pull/71415
More information about the cfe-commits
mailing list