llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: Younan Zhang (zyn0217) <details> <summary>Changes</summary> This macro appears to have been introduced accidentally and isn't used anywhere. --- Full diff: https://github.com/llvm/llvm-project/pull/136400.diff 1 Files Affected: - (modified) clang/lib/AST/ExprConstant.cpp (-2) ``````````diff diff --git a/clang/lib/AST/ExprConstant.cpp b/clang/lib/AST/ExprConstant.cpp index b14ff21a8ebc2..80b86a7a8c142 100644 --- a/clang/lib/AST/ExprConstant.cpp +++ b/clang/lib/AST/ExprConstant.cpp @@ -67,8 +67,6 @@ #include <functional> #include <optional> -#define DEBUG_TYPE "exprconstant" - using namespace clang; using llvm::APFixedPoint; using llvm::APInt; `````````` </details> https://github.com/llvm/llvm-project/pull/136400 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits