MyDeveloperDay added inline comments.

================
Comment at: clang/unittests/Format/FormatTest.cpp:8544
+TEST_F(FormatTest, FormatsAccessModifiers) {
+  EXPECT_EQ("struct foo {\n"
+            "  int i;\n"
----------------
any reason this can't be verifyFormat?


================
Comment at: clang/unittests/Format/FormatTest.cpp:8565
+               "}\n");
+  EXPECT_EQ("struct foo {\n"
+            "  int i;\n"
----------------
verifyFormat? why not


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

https://reviews.llvm.org/D93846

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

Reply via email to