================ Comment at: lib/Format/UnwrappedLineParser.cpp:684 @@ -683,2 +683,3 @@ addUnwrappedLine(); + FormatTok->Type = TT_FunctionRBrace; parseBlock(/*MustBeDeclaration=*/false); ---------------- Isn't this an l_brace? http://llvm-reviews.chandlerc.com/D2230