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

Peter Rong via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 11 12:08:20 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,
----------------
DataCorrupted wrote:

I can guard it with `clang-format off`.

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


More information about the cfe-commits mailing list