[libcxx-commits] [PATCH] D128998: [libunwind] Handle G in personality string

Florian Mayer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 29 18:12:29 PDT 2022


fmayer added a comment.

In D128998#3757020 <https://reviews.llvm.org/D128998#3757020>, @MaskRay wrote:

>> The clean part in the name and the clean parameter feels unclear to me.
>
> And this.

This is meant to express that this cleans up the stack frame, and it cannot be used afterwards (because the tags will not match anymore). Is `cleanup` better? `destroy_frame`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128998/new/

https://reviews.llvm.org/D128998



More information about the libcxx-commits mailing list