[clang-tools-extra] [clangd] Add inlay hints for default function arguments and implicit lambda captures (PR #95712)

Younan Zhang via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 16 22:37:38 PDT 2024


================
@@ -1568,7 +1626,7 @@ TEST(TypeHints, SubstTemplateParameterAliases) {
   )cpp";
 
   llvm::StringRef VectorIntPtr = R"cpp(
-    vector<int *> array;
+    vector<int *> $init[[array]];
----------------
zyn0217 wrote:

Will the range ever be used somewhere?

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


More information about the cfe-commits mailing list