[PATCH] D138958: [clang] Better UX for Clang’s unwind-affecting attributes

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 10 10:58:00 PST 2023


erichkeane added inline comments.


================
Comment at: clang/include/clang/Basic/AttrDocs.td:565
+returning a value. They can not write to memory, but may read memory that is
+immutable between invocations of the function.
+
----------------
lebedev.ri wrote:
> erichkeane wrote:
> > A quick sentence somewhere saying HOW this is a 'stronger' version of pure would be a good addition here.
> Hopefully this is sufficient?
I think that clarifies it for me.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138958



More information about the cfe-commits mailing list