MyDeveloperDay added inline comments.
================ Comment at: clang/unittests/Format/FormatTest.cpp:16172 + "int &operator() = default;\n" + "int &operator=() {", + Alignment); ---------------- can you add a test showing what happens when you don't have the `{` in there definition? ================ Comment at: clang/unittests/Format/FormatTest.cpp:16189 + "int &operator!=() {", + Alignment); ---------------- can you mi Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D117421/new/ https://reviews.llvm.org/D117421 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits