[PATCH] Fixes bug 20587 - Add K&R break before braces style

Daniel Jasper djasper at google.com
Mon Aug 11 01:01:16 PDT 2014


================
Comment at: unittests/Format/FormatTest.cpp:8072
@@ +8071,3 @@
+  verifyFormat("namespace a {\n"
+               "class A {\n"
+               "  void f()\n"
----------------
Can you add small test for structs just so that we realize when we are changing the behavior there?

http://reviews.llvm.org/D4837






More information about the cfe-commits mailing list