[clang] [clang] Add __builtin_start_object_lifetime builtin. (PR #82776)

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 23 15:08:08 PST 2024


================
@@ -896,6 +896,12 @@ def Launder : Builtin {
   let Prototype = "void*(void*)";
 }
 
+def StartObjectLifeTime : Builtin {
----------------
zygoloid wrote:

Nit: lifetime is one word not two, so the `T` should not be capitalized.

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


More information about the cfe-commits mailing list