[clang] [Clang] Add predefined macros for integer constants to implement section 7.18.4 of ISO/IEC 9899:1999 in `<stdint.h>` in a safe way (PR #123514)
Manuel Sainz de Baranda y Goñi via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 19 07:14:21 PST 2025
redcode wrote:
> > > This seems related to #85995. Do you plan to fix that issue together?
> >
> >
> > I wasn't planning on fixing Clang's `<stdint.h>`, I thought it would be better handled by the maintainers of the standard library, but I can do it if you want.
> > Do you want me to do it?
>
> Oh, I didn't mean that. It might be better to do that in a separated PR.
OK, then I'll fix it in a separate PR.
https://github.com/llvm/llvm-project/pull/123514
More information about the cfe-commits
mailing list