MyDeveloperDay added inline comments.

================
Comment at: clang/unittests/Format/FormatTest.cpp:10961
   verifyFormat("return (my_int)aaa;");
+  verifyFormat("throw (my_int)aaa;");
   verifyFormat("#define x ((int)-1)");
----------------
Can we add a test that covers the setting of SpaceAfterCStyleCast with throw? 
and SpacesInCStyleCastParentheses for completeness


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132762

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

Reply via email to