MyDeveloperDay added inline comments.

================
Comment at: clang/unittests/Format/FormatTest.cpp:12115
+               "  break;\n"
                "}",
                InheritanceStyle);
----------------
maybe add a `default` example with {}

try not to change existing tests just add your own new ones


================
Comment at: clang/unittests/Format/FormatTest.cpp:12158
                "default:\n"
+               "  break;\n"
                "}",
----------------
Add new test leave the old one alone


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93240/new/

https://reviews.llvm.org/D93240

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to