================ @@ -28,24 +28,46 @@ #include "llvm/Support/TimeProfiler.h" #include <memory> +#undef DEBUG_TYPE +#define DEBUG_TYPE "lifetime-safety" ---------------- usx95 wrote:
nit: Drop this and use DEBUG_WITH_TYPE https://github.com/llvm/llvm-project/pull/170444 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
