Remove a comment-out llvm::errs debugging code, NFC.
authorHaojian Wu <hokein.wu@gmail.com>
Tue, 2 Jun 2020 13:40:09 +0000 (15:40 +0200)
committerHaojian Wu <hokein.wu@gmail.com>
Tue, 2 Jun 2020 13:42:46 +0000 (15:42 +0200)
clang/lib/AST/Stmt.cpp

index 550f5aa..ce76d49 100644 (file)
@@ -273,7 +273,6 @@ SourceRange Stmt::getSourceRange() const {
 }
 
 SourceLocation Stmt::getBeginLoc() const {
-  //  llvm::errs() << "getBeginLoc() for " << getStmtClassName() << "\n";
   switch (getStmtClass()) {
   case Stmt::NoStmtClass: llvm_unreachable("statement without class");
 #define ABSTRACT_STMT(type)