================
@@ -38,7 +38,7 @@ class CollectUnexpandedParameterPacksVisitor
   unsigned DepthLimit = (unsigned)-1;
 
 #ifndef NDEBUG
-    bool ContainsIntermediatePacks = false;
+  bool ContainsIntermediatePacks = false;
----------------
cor3ntin wrote:

We gain nothing by hiding that behind NDEBUG; we can afford a boolean on the 
stack

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

Reply via email to