Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-27 | add static_assert and hide noreturn, alignas, alignof from C++ | Szabolcs Nagy | 1 | -0/+2 | |
add static_assert and protect the other new C11 keyword macros with #ifndef __cplusplus so they don't conflict with C++ keywords. | |||||
2012-09-08 | add stdnoreturn.h (C11) | Rich Felker | 1 | -0/+5 | |
features.h contains the fallback logic for pre-C11 compilers |