[PATCH] D134008: Add Cleanup class.
Justin Lebar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 16 09:22:12 PDT 2022
jlebar abandoned this revision.
jlebar added a comment.
In D134008#3794569 <https://reviews.llvm.org/D134008#3794569>, @nikic wrote:
> Unless I'm missing something, this is already covered by `make_scope_exit()`.
You are definitely not missing something. :) I looked through ADT before writing this patch, but clearly I did not look closely enough.
Thank you.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134008/new/
https://reviews.llvm.org/D134008
More information about the llvm-commits
mailing list