================
@@ -6298,6 +6298,15 @@ class Sema final : public SemaBase {
 
   using ImmediateInvocationCandidate = llvm::PointerIntPair<ConstantExpr *, 1>;
 
+  enum class LifetimeExtendingContext {
+    None,       // Not in a lifetime extending context.
+    FlagOnly,   // A flag indicating whether we are in lifetime extending
----------------
shafik wrote:

I find the naming and the descriptions hard to follow.

Maybe `ExtendOnly` and `ExtendAndCollect`? 

I don't think we need to say `A flag` and perhaps a standard reference would 
help clarify the intent because it feels fuzzy to me reading what is here.

https://github.com/llvm/llvm-project/pull/97308
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to