Skip to content

Commit 6dfdf68

Browse files
committed
[clang-tidy][NFC] Removing lefover AST dump()
Removing leftover AST dump() from a llvmlibc/ImplementationInNamespaceCheck.cpp
1 parent 6273b6d commit 6dfdf68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang-tools-extra/clang-tidy/llvmlibc/ImplementationInNamespaceCheck.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ void ImplementationInNamespaceCheck::check(
3131
const MatchFinder::MatchResult &Result) {
3232
const auto *MatchedDecl =
3333
Result.Nodes.getNodeAs<Decl>("child_of_translation_unit");
34-
MatchedDecl->dump();
3534
const auto *NS = dyn_cast<NamespaceDecl>(MatchedDecl);
3635
if (NS == nullptr || NS->isAnonymousNamespace()) {
3736
diag(MatchedDecl->getLocation(),

0 commit comments

Comments
 (0)