[libc-commits] [libc] [libc] Add printf error handling (PR #162876)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Fri Oct 31 10:04:21 PDT 2025


================
@@ -0,0 +1,23 @@
+//===-- Error converter for printf ------------------------------*- C++ -*-===//
----------------
michaelrj-google wrote:

nit: the `converter` files generally refer to converting some part of the printf format string to an output. This isn't quite the same thing so for clarity I'd prefer it have a different name, maybe `error_mapper.h`?

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


More information about the libc-commits mailing list