[clang] [Clang] Implement the core language parts of P2786 - Trivial relocation (PR #127636)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 24 06:07:12 PST 2025


================
@@ -1826,6 +1827,12 @@ The following type trait primitives are supported by Clang. Those traits marked
   functionally equivalent to copying the underlying bytes and then dropping the
   source object on the floor. This is true of trivial types and types which
   were made trivially relocatable via the ``clang::trivial_abi`` attribute.
+* ``__builtin_is_cpp_trivially_relocatable`` (C++): Returns true if and object
+  is trivially relocatable, as defined by the C++26 standard.
----------------
erichkeane wrote:

TBH we probably should.  I asked for it because 'as defined by the C++26 standard' is pretty vague.

https://github.com/llvm/llvm-project/pull/127636


More information about the cfe-commits mailing list