[clang-tools-extra] [clangd] Add inlay hints for default function arguments and implicit lambda captures (PR #95712)
Tor Shepherd via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 17 05:02:44 PDT 2024
================
@@ -1568,7 +1626,7 @@ TEST(TypeHints, SubstTemplateParameterAliases) {
)cpp";
llvm::StringRef VectorIntPtr = R"cpp(
- vector<int *> array;
+ vector<int *> $init[[array]];
----------------
torshepherd wrote:
Another artifact, sorry
https://github.com/llvm/llvm-project/pull/95712
More information about the cfe-commits
mailing list