clang-format: Solve issues found and fixed by clang-tidy.

llvm-svn: 205193
This commit is contained in:
Daniel Jasper 2014-03-31 14:23:49 +00:00
parent 3c95744de8
commit 240dfda352
2 changed files with 2 additions and 2 deletions

View File

@ -230,7 +230,7 @@ unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline,
SourceMgr.getSpellingColumnNumber(
State.NextToken->WhitespaceRange.getBegin());
State.Column += WhitespaceLength;
moveStateToNextToken(State, DryRun, /*NewLine=*/false);
moveStateToNextToken(State, DryRun, /*Newline=*/false);
return 0;
}

View File

@ -1219,7 +1219,7 @@ void UnwrappedLineParser::parseRecord() {
Style.BreakBeforeBraces == FormatStyle::BS_GNU)
addUnwrappedLine();
parseBlock(/*MustBeDeclaration=*/true, /*Addlevel=*/true,
parseBlock(/*MustBeDeclaration=*/true, /*AddLevel=*/true,
/*MunchSemi=*/false);
}
// We fall through to parsing a structural element afterwards, so