================ @@ -388,8 +388,8 @@ namespace ISSUE_72179 typedef int* int_ptr, *int_ptr_ptr; // CHECK-MESSAGES: :[[@LINE-1]]:1: warning: use 'using' instead of 'typedef' [modernize-use-using] // CHECK-MESSAGES: :[[@LINE-2]]:21: warning: use 'using' instead of 'typedef' [modernize-use-using] -// CHECK-FIXES: using int_ptr = int*; -// CHECK-FIXES-NEXT: using int_ptr_ptr = int_ptr*; +// CHECK-FIXES: using int_ptr = int *; ---------------- zeyi2 wrote:
I think the original testcase is not correct: https://godbolt.org/z/fh859r7Pf https://github.com/llvm/llvm-project/pull/174104 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
