[clang] [Headers] Don't declare unreachable() from stddef.h in C++ (PR #86748)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 27 10:49:07 PDT 2024


AaronBallman wrote:

> > (for example, we now include `string.h` and `stdbit.h` in freestanding, both of which provide a lot of function interfaces)
> 
> We do? I don't see those in lib/Headers

Sorry for the confusion! "We" being WG14 (the C committee). We (Clang) haven't done anything about either of these headers as we're expecting the user to have to find a freestanding runtime library that provides them.

https://github.com/llvm/llvm-project/pull/86748


More information about the cfe-commits mailing list