(no commit message)

llvm-svn: 303849
This commit is contained in:
Florian Gross 2017-05-25 11:43:06 +00:00
parent 45dde23756
commit 7ce3a83c50
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ void BracesAroundStatementsCheck::check(
}
}
/// Find location of right parenthesis closing condition
/// Find location of right parenthesis closing condition.
template <typename IfOrWhileStmt>
SourceLocation
BracesAroundStatementsCheck::findRParenLoc(const IfOrWhileStmt *S,