summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.cpp
diff options
context:
space:
mode:
authorFlorian Gross <fgross@noexcept.net>2017-05-25 11:43:06 +0000
committerFlorian Gross <fgross@noexcept.net>2017-05-25 11:43:06 +0000
commit7ce3a83c50c26969a25f795b4bebc58730efcd21 (patch)
treea8186c93769e9e274d773dc1252f8749005e95b0 /clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.cpp
parent45dde2375627c6b8b9eaab553ca642a51583f0bf (diff)
downloadbcm5719-llvm-7ce3a83c50c26969a25f795b4bebc58730efcd21.tar.gz
bcm5719-llvm-7ce3a83c50c26969a25f795b4bebc58730efcd21.zip
(no commit message)
llvm-svn: 303849
Diffstat (limited to 'clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.cpp')
-rw-r--r--clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.cpp2
1 files changed, 1 insertions, 1 deletions
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 <typename IfOrWhileStmt>
SourceLocation
BracesAroundStatementsCheck::findRParenLoc(const IfOrWhileStmt *S,
OpenPOWER on IntegriCloud