tinycc/include
Devin Hussey 9382a3ad58 C11 conformance: Add _Noreturn, stdnoreturn.h, and partial _Alignas support
_Noreturn, just like __attribute__((noreturn)), is ignored.
I also added stdnoreturn.h, in all its glorious uselessness.

_Alignas only works for integer expressions right now. In order
to comply, we need:
 - _Alignas(type) -> _Alignas(_Alignof(type)).
 - stdalign.h as soon as it is done.

Note: DR 444 is supported; it works on struct members.

Signed-off-by: Devin Hussey <husseydevin@gmail.com>
2019-03-20 15:03:27 -04:00
..
float.h Fixed the LDBL_* macros in include/float.h for x86-64: as said 2014-01-12 22:26:09 +01:00
stdarg.h Fix va_end() definition: must be an expression of type void 2019-03-14 15:39:52 +01:00
stdbool.h stdbool.h: Make conformant to ISOC99 2014-04-07 00:30:31 +02:00
stddef.h Make stddef.h expose max_align_t with -std= >= c11 2019-01-11 11:17:49 +01:00
stdnoreturn.h C11 conformance: Add _Noreturn, stdnoreturn.h, and partial _Alignas support 2019-03-20 15:03:27 -04:00
varargs.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00