================
@@ -120,23 +141,23 @@ typedef struct Foo Bap;
 
 struct Foo typedef Bap2;
 // CHECK-MESSAGES: :[[@LINE-1]]:1: warning: use 'using' instead of 'typedef'
-// CHECK-FIXES: using Bap2 = struct Foo;
+// CHECK-FIXES: using Bap2 =struct Foo ;
----------------
davidstone wrote:

This formatting is a little weird. Is this a change in the output for any 
typedef involving a struct? Not a blocker to fix this, just curious

https://github.com/llvm/llvm-project/pull/149694
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to