[clang-tools-extra] r303849 -

Florian Gross via cfe-commits cfe-commits at lists.llvm.org
Thu May 25 04:43:07 PDT 2017


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,




More information about the cfe-commits mailing list