Author: fgross
Date: Thu May 25 06:43:06 2017
New Revision: 303849
URL: http://llvm.org/viewvc/llvm-project?rev=303849&view=rev
Log: (empty)
Modified:
clang-tools-extra/trunk/clang-tidy/readability/BracesAroundStatementsCheck.cpp
Modified:
clang-tools-extra/trunk/clang-tidy/readability/BracesAroundStatementsCheck.cpp
URL:
http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy/readability/BracesAroundStatementsCheck.cpp?rev=303849&r1=303848&r2=303849&view=diff
==============================================================================
---
clang-tools-extra/trunk/clang-tidy/readability/BracesAroundStatementsCheck.cpp
(original)
+++
clang-tools-extra/trunk/clang-tidy/readability/BracesAroundStatementsCheck.cpp
Thu May 25 06:43:06 2017
@@ -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,
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits