MyDeveloperDay added inline comments.

================
Comment at: clang/unittests/Format/FormatTest.cpp:7766
+  verifyFormat("co_await *a;", PASLeftStyle);
+  verifyFormat("co_yield *a", PASLeftStyle);
 }
----------------
maybe add, just to clarify it.

verifyFormat("return *a", PASLeftStyle);


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

https://reviews.llvm.org/D91245

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

Reply via email to