[clang] [compiler-rt] [llvm] [TySan] User-friendly (C style) pointer type names for error reports (PR #166381)

Florian Mayer via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 16 09:13:26 PST 2026


================
@@ -0,0 +1,24 @@
+//===-- sanitizer_printf.h ------------------------------------------------===//
----------------
fmayer wrote:

Why not into sanitizer_common.h? The other (non-static) functions (InternalScopedString::Append[F]) in sanitizer_printf.cpp are also declared there.

https://github.com/llvm/llvm-project/pull/166381


More information about the cfe-commits mailing list