-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Labels
c23clang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"enhancementImproving things as opposed to bug fixing, e.g. new or missing featureImproving things as opposed to bug fixing, e.g. new or missing feature
Description
Is there any plan to add pre-defined macros for binary format (b/B
) similar to __UINT8_FMTx__
?
Glibc
has added PRIbN
and PRIBN
: https://github.com/bminor/glibc/blob/bbd248ac0d75efdef8fe61ea69b1fb25fb95b6e7/stdlib/inttypes.h#L168.
Having __UINT8_FMTb__
or __UINT8_FMTB__
will help libc
to define PRIbN
and PRIBN
as in
#define PRIu8 __UINT8_FMTu__ |
Metadata
Metadata
Assignees
Labels
c23clang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"enhancementImproving things as opposed to bug fixing, e.g. new or missing featureImproving things as opposed to bug fixing, e.g. new or missing feature