[clang] [Clang] Implement LWG3819 for `__reference_meows_from_temporary` (PR #142554)

Shafik Yaghmour via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 3 21:49:12 PDT 2025


================
@@ -1343,12 +1343,21 @@ static bool EvaluateBooleanTypeTrait(Sema &S, TypeTrait Kind,
     if (RD && RD->isAbstract())
       return false;
 
+    // LWG3819: For reference_meows_from_temporary traits, && is not added to
----------------
shafik wrote:

I apologize, maybe I am just being dense but is this some sort of inside joke or word play? Within the draft I do not find `reference_meows_from_temporary` or `is_meowible`. So there reference is quite opaque. 

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


More information about the cfe-commits mailing list