aorlov added inline comments.
================ Comment at: clang/test/CXX/class.access/class.friend/p1.cpp:290 A::I f2(A::I i = A::x) {} // expected-error 3 {{is a private member of}} - template<typename T> A::I g2(A::I i) { // expected-error 2 {{is a private member of}} + template <typename T> A::I g2(A::I i) { // expected-error {{is a private member of}} T t; ---------------- Quuxplusone wrote: > This whitespace diff is gratuitous. This is done by clang-format. I think we should keep it here. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D92024/new/ https://reviews.llvm.org/D92024 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits