================ @@ -46,6 +47,12 @@ using namespace clang; using namespace SrcMgr; using llvm::MemoryBuffer; +#define DEBUG_TYPE "source-manager" + +STATISTIC( + MaxUsedSLocBytes, + "Maximum number of bytes used by source locations (both loaded and local)"); ---------------- ilya-biryukov wrote:
Done. I added a comment because the description string is something that tends to rather look like a one-liner. https://github.com/llvm/llvm-project/pull/96292 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits