[PATCH] D106135: [NFC] [MTE] helper for stack tagging lifetimes.
Florian Mayer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 16 10:09:45 PDT 2021
fmayer added a comment.
In D106135#2883611 <https://reviews.llvm.org/D106135#2883611>, @eugenis wrote:
> RetVec should be const reference.
> Please add a function scope comment explaining what it does.
Sorry, confused myself by missing that this is a vector of pointers, so it can be const.
Done.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106135/new/
https://reviews.llvm.org/D106135
More information about the llvm-commits
mailing list