aboutsummaryrefslogtreecommitdiff
path: root/test/Headers/c11.c
AgeCommit message (Expand)Author
2013-04-17[tests] Only include stdint.h if we are in freestanding mode.Daniel Dunbar
2013-04-12Headers: Don't try to use RSIZE_MAX unless we are freestanding.Daniel Dunbar
2013-04-12Headers: Add support for ISO9899:2011 rsize_t.Daniel Dunbar
2013-04-04Add tests that build modules for our builtin headers, and fix two buglets exp...Richard Smith
2013-01-30C11: Provide the missing half of <stdalign.h>Richard Smith
2013-01-17Parsing support for C11's _Noreturn keyword. No semantics yet.Richard Smith