[clang] e16a4ef - Remove a comment-out llvm::errs debugging code, NFC.
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 2 06:42:55 PDT 2020
Author: Haojian Wu
Date: 2020-06-02T15:42:46+02:00
New Revision: e16a4efdc6f429eabfb47ef90d40fcb6b6e362ad
URL: https://github.com/llvm/llvm-project/commit/e16a4efdc6f429eabfb47ef90d40fcb6b6e362ad
DIFF: https://github.com/llvm/llvm-project/commit/e16a4efdc6f429eabfb47ef90d40fcb6b6e362ad.diff
LOG: Remove a comment-out llvm::errs debugging code, NFC.
Added:
Modified:
clang/lib/AST/Stmt.cpp
Removed:
################################################################################
diff --git a/clang/lib/AST/Stmt.cpp b/clang/lib/AST/Stmt.cpp
index 550f5aa338f1..ce76d4941b32 100644
--- a/clang/lib/AST/Stmt.cpp
+++ b/clang/lib/AST/Stmt.cpp
@@ -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)
More information about the cfe-commits
mailing list