[clang] [clang][Sema] Track trivial-relocatability as a type trait (PR #84621)

Marcin Kowalczyk via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 14 06:43:31 PST 2024


QrczakMK wrote:

It would be great to see progress in this. Lack of detection of trivially relocatable types costs extra memory allocations in my project, and I feel uneasy carving a manual exception for `std::unique_ptr`.

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


More information about the cfe-commits mailing list