aboutsummaryrefslogtreecommitdiff
path: root/test/Headers/c11.c
AgeCommit message (Expand)Author
2014-10-03Fix interaction of max_align_t and modules.Richard Smith
2014-07-16Driver: bifurcate extended and basic MSC versioningSaleem Abdulrasool
2014-03-10Add -fmodules-cache-path to test/Headers/c11.cBen Langmuir
2014-03-04Headers: Provide an ABI compatible max_align_t when _MSC_VER is definedDavid Majnemer
2014-02-19Teach Clang to provide ::max_align_t in C11 and C++11 modes.Chandler Carruth
2013-09-20Switch tests in test/Headers to use %clang_cc1 rather than %clang. ThereChandler Carruth
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