From 8911229187cb223dba70483678f90bb8e3896ed3 Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Mon, 14 Dec 2009 00:51:04 +0000 Subject: Rename dump to dumpDeclContext, so that call RD->dump() won't dump the decl context by default. llvm-svn: 91256 --- clang/lib/AST/DeclPrinter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/AST/DeclPrinter.cpp') diff --git a/clang/lib/AST/DeclPrinter.cpp b/clang/lib/AST/DeclPrinter.cpp index ed16b33116d..32ac53d85be 100644 --- a/clang/lib/AST/DeclPrinter.cpp +++ b/clang/lib/AST/DeclPrinter.cpp @@ -148,7 +148,7 @@ void Decl::printGroup(Decl** Begin, unsigned NumDecls, } } -void DeclContext::dump() const { +void DeclContext::dumpDeclContext() const { // Get the translation unit const DeclContext *DC = this; while (!DC->isTranslationUnit()) -- cgit v1.2.3