forked from OSchip/llvm-project
Removed an incorred namespace-end comment
llvm-svn: 372593
This commit is contained in:
parent
8b98f12a7a
commit
04b34a20b9
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue