From ee399fcf6466439f0446f6aa8b21aaa87111bca5 Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Mon, 23 Sep 2019 12:07:10 +0000 Subject: Removed an incorred namespace-end comment git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@372593 91177308-0d34-0410-b5e6-96231b3b80d8 --- clang-tidy/bugprone/ArgumentCommentCheck.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang-tidy/bugprone') 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"); -- cgit v1.2.3