[libc-commits] [libc] [libc][NFC] Fix minor RPC warnings (PR #192997)
Matt Arsenault via libc-commits
libc-commits at lists.llvm.org
Mon Apr 20 08:18:25 PDT 2026
================
@@ -301,10 +301,16 @@ template <typename ArgProvider> struct MicroParser {
SizeArgument size_pos = SizeArgument::finished;
};
+// The format strings were already checked and warned on the device side.
----------------
arsenm wrote:
Isn't this a more general problem? Seems weird to special case 2 instances in one file
https://github.com/llvm/llvm-project/pull/192997
More information about the libc-commits
mailing list