aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/bugprone/ArgumentCommentCheck.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tidy/bugprone/ArgumentCommentCheck.cpp')
-rw-r--r--clang-tidy/bugprone/ArgumentCommentCheck.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tidy/bugprone/ArgumentCommentCheck.cpp b/clang-tidy/bugprone/ArgumentCommentCheck.cpp
index fa1d2346..4da91d11 100644
--- a/clang-tidy/bugprone/ArgumentCommentCheck.cpp
+++ b/clang-tidy/bugprone/ArgumentCommentCheck.cpp
@@ -324,7 +324,7 @@ void ArgumentCommentCheck::checkCallArgs(ASTContext *Ctx,
<< FixItHint::CreateInsertion(Args[I]->getBeginLoc(), ArgComment);
}
}
-} // namespace bugprone
+}
void ArgumentCommentCheck::check(const MatchFinder::MatchResult &Result) {
const auto *E = Result.Nodes.getNodeAs<Expr>("expr");