curdeius accepted this revision. curdeius added a comment. This revision is now accepted and ready to land.
LGTM. ================ Comment at: clang/unittests/Format/FormatTest.cpp:23171 + verifyFormat("struct Z : X<decltype([] { return 0; }){}> {};", Style); + verifyFormat("template <auto> struct X {};", Style); +} ---------------- Is this line necessary? It doesn't seem to test anything new, no? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D116806/new/ https://reviews.llvm.org/D116806 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits