[PATCH] D37845: [clang-format] New flag - BraceWrapping.AfterExternBlock

Krasimir Georgiev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 14 05:03:05 PDT 2017


krasimir added inline comments.


================
Comment at: lib/Format/UnwrappedLineParser.cpp:1047
+        else
+          parseBlock(/*MustBeDeclaration=*/true, /*AddLevel=*/false);
         addUnwrappedLine();
----------------
Please `clang-format` the newly added lines.


https://reviews.llvm.org/D37845





More information about the cfe-commits mailing list