Fixed and submitted as r221895. ================ Comment at: lib/Format/UnwrappedLineParser.cpp:1410 @@ +1409,3 @@ + ++Line->Level; + parseLevel(/*HasOpeningBrace=*/true); + nextToken(); ---------------- klimek wrote: > Any reason we don't want to call into parseBlock here? Nope. Fixed. http://reviews.llvm.org/D6250