[clang-tools-extra] [clangd] Allow hover over 128-bit variable without crashing (PR #71415)

Younan Zhang via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 6 18:36:41 PST 2023


================
@@ -0,0 +1,29 @@
+# RUN: clangd -lit-test < %s | FileCheck %s
----------------
zyn0217 wrote:

Rather than creating a lit-test, could you please move it to the `HoverTests.cpp` under the unittests directory? That would be more straightforward, and I think we could add the case to `Hover.NoCrashAPInt64` (or feel free to rename that if you don't like the name.)

https://github.com/llvm/llvm-project/pull/71415


More information about the cfe-commits mailing list