diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2024-02-16 17:18:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-16 17:18:27 -0500 |
commit | b3050f518cc57e064ab6b3f17fb00534bd5b85d6 (patch) | |
tree | a7c2cff40af1395cde06344b3eaa92dba41bde7e /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 8d6b451b452f5b0568297b4638530171215716eb (diff) | |
download | llvm-b3050f518cc57e064ab6b3f17fb00534bd5b85d6.zip llvm-b3050f518cc57e064ab6b3f17fb00534bd5b85d6.tar.gz llvm-b3050f518cc57e064ab6b3f17fb00534bd5b85d6.tar.bz2 |
[C23] Add __TYPE_FMTB__ and __TYPE_FMTb__ predefined macros (#82037)
This adds predefined formatting macros in C23 mode for printing unsigned
integers in binary format (e.g, __UINT_FAST64_FMTB__). These are used to
implement the PRIb (et al) macros in inttypes.h
Fixes https://github.com/llvm/llvm-project/issues/81896
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions