================
@@ -1434,10 +1446,13 @@ namespace {
       QualType ArgType;
     };
 
-    unsigned NumPlacementArgs : 31;
-    LLVM_PREFERRED_TYPE(bool)
+    unsigned NumPlacementArgs : 30;
+    LLVM_PREFERRED_TYPE(AlignedAllocationMode)
     unsigned PassAlignmentToPlacementDelete : 1;
+    LLVM_PREFERRED_TYPE(TypeAwareAllocationMode)
+    unsigned PassTypeToPlacementDelete : 1;
----------------
ojhunt wrote:

sorry this slipped my mind once I had verified it was just dead code instead of 
UB lying in wait.

Will push a PR shortly

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

Reply via email to