Minor coding style issue: NULL -> 0

llvm-svn: 170688
This commit is contained in:
Alexander Kornienko 2012-12-20 12:23:54 +00:00
parent 8627af3779
commit 9bdeb11508
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ namespace {
void dumpBareType(QualType T);
void dumpType(QualType T);
void dumpBareDeclRef(const Decl *Node);
void dumpDeclRef(const Decl *Node, const char *Label = NULL);
void dumpDeclRef(const Decl *Node, const char *Label = 0);
void dumpName(const NamedDecl *D);
void dumpDeclContext(const DeclContext *DC);