[PATCH] D143670: Stop claiming we support [[carries_dependency]]

Corentin Jabot via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 9 11:30:59 PST 2023


cor3ntin accepted this revision.
cor3ntin added a comment.
This revision is now accepted and ready to land.

Thanks for doing this Aaron.
Did you look in libc++ if they used it anywhere? (I assume they don't)



================
Comment at: clang/docs/ReleaseNotes.rst:131
+- Clang no longer claims to support the ``[[carries_dependency]]`` attribute.
+  We have not implemented any semantics for this attribute in the past decade,
+  have no plans to implement any in the future, and so returning nonzero from
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143670



More information about the cfe-commits mailing list