galenelias added inline comments.
================ Comment at: clang/unittests/Format/FormatTest.cpp:13461 " A() : a{} {}\n" + " A() : Base<int>{} {}\n" " A(int b) : b(b) {}\n" ---------------- HazardyKnusperkeks wrote: > Please also add nested templates. Ok, added `A() : Base<Foo<int>>{} {}` as a test case. I think that's what you mean by nested templates, but let me know if I misunderstood. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D156705/new/ https://reviews.llvm.org/D156705 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits