[clang] [Clang][NFC] Remove unused debug macro (PR #136400)

via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 18 20:44:39 PDT 2025


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


More information about the cfe-commits mailing list