From 7ce3a83c50c26969a25f795b4bebc58730efcd21 Mon Sep 17 00:00:00 2001 From: Florian Gross Date: Thu, 25 May 2017 11:43:06 +0000 Subject: (no commit message) llvm-svn: 303849 --- .../clang-tidy/readability/BracesAroundStatementsCheck.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.cpp') diff --git a/clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.cpp b/clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.cpp index 4a96b19d151..1bff668df98 100644 --- a/clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.cpp +++ b/clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.cpp @@ -167,7 +167,7 @@ void BracesAroundStatementsCheck::check( } } -/// Find location of right parenthesis closing condition +/// Find location of right parenthesis closing condition. template SourceLocation BracesAroundStatementsCheck::findRParenLoc(const IfOrWhileStmt *S, -- cgit v1.2.3