================
@@ -3397,53 +3309,53 @@ void CGObjCMac::GenerateCategory(const 
ObjCCategoryImplDecl *OCD) {
 
 enum FragileClassFlags {
   /// Apparently: is not a meta-class.
-  FragileABI_Class_Factory                 = 0x00001,
+  FragileABI_Class_Factory = 0x00001,
----------------
rjmccall wrote:

These are bit masks, and the horizontal alignment is helpful for seeing how 
they (don't) overlap; I would prefer to keep it.

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

Reply via email to