Removed an incorred namespace-end comment

llvm-svn: 372593
This commit is contained in:
Dmitri Gribenko 2019-09-23 12:07:10 +00:00
parent 8b98f12a7a
commit 04b34a20b9
1 changed files with 1 additions and 1 deletions

View File

@ -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");