[PATCH] clang-format: [Java] Support Java enums.

Manuel Klimek klimek at google.com
Thu Nov 13 07:45:46 PST 2014


================
Comment at: lib/Format/UnwrappedLineParser.cpp:1410
@@ +1409,3 @@
+      ++Line->Level;
+      parseLevel(/*HasOpeningBrace=*/true);
+      nextToken();
----------------
Any reason we don't want to call into parseBlock here?

http://reviews.llvm.org/D6250






More information about the cfe-commits mailing list