[clang] [Sema] Warning for _Float16 passed to format specifier '%f' (PR #74439)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 5 09:30:35 PST 2023
apple-fcloutier wrote:
Should this only apply in C23 mode? Standard behavior until C23 is that `_Float16` promotes to `double`. What about C++?
https://github.com/llvm/llvm-project/pull/74439
More information about the cfe-commits
mailing list