[clang] [clang] run clang-format on some CGObjC files (PR #126644)

John McCall via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 11 11:32:38 PST 2025


================
@@ -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


More information about the cfe-commits mailing list