[PATCH] D124359: [clangd] Add inlay hints for mutable reference parameters
Nathan Ridge via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 2 02:29:30 PDT 2022
nridge accepted this revision.
nridge added a comment.
This revision is now accepted and ready to land.
Thanks!
Final nit: please update the commit message as it's a bit out of date, and then I'll go ahead and merge
================
Comment at: clang-tools-extra/clangd/unittests/InlayHintTests.cpp:168
+ void bar() {
+ foo($param[[42]]);
+ }
----------------
nit: the annotation can be removed
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124359/new/
https://reviews.llvm.org/D124359
More information about the cfe-commits
mailing list