summaryrefslogtreecommitdiff
path: root/test/Headers
Commit message (Expand)AuthorAge
* Recommit r209532 with -ffreestanding.Akira Hatanaka2014-05-23
* Remove test while I investigate why the test is breaking the bots.Akira Hatanaka2014-05-23
* XFAIL test which is breaking some of the build bots.Akira Hatanaka2014-05-23
* Test case for r209489.Akira Hatanaka2014-05-23
* Split out header integration testsAlp Toker2014-05-04
* Add a triple to new test.Nico Weber2014-04-30
* Let stddef.h respect __need_{wchar_t, size_t, NULL, ptrdiff_t, wint_t}.Nico Weber2014-04-30
* Revert r207482; I fail at reading IRC.Nico Weber2014-04-29
* Let stddef.h redefine NULL if __need_NULL is set, as needed by glibc, PR12997.Nico Weber2014-04-29
* Move ObjC Cocoa.h header test to HeadersAlp Toker2014-04-19
* Re-enable the C++11 modules integration test on OS XAlp Toker2014-04-19
* MS intrinsics: don't declare __readeflags and __writeeflags in Intrin.hHans Wennborg2014-03-12
* Add -fmodules-cache-path to test/Headers/c11.cBen Langmuir2014-03-10
* Update for llvm change.Rafael Espindola2014-03-05
* Headers: Provide an ABI compatible max_align_t when _MSC_VER is definedDavid Majnemer2014-03-04
* Revert r201734 and r201742.Daniel Jasper2014-02-20
* Revert r201772 as it breaks things on WindowsTimur Iskhodzhanov2014-02-20
* Change parameter type of _mm_prefetch to "const void *".Daniel Jasper2014-02-20
* Don't actually emit output in test/Headers/mmprefetch.c.Daniel Jasper2014-02-20
* Add _mm_prefetch and some others as MS builtinsWarren Hunt2014-02-19
* Teach Clang to provide ::max_align_t in C11 and C++11 modes.Chandler Carruth2014-02-19
* Intrin.h: include setjmp.h to get a jmp_buf definitionHans Wennborg2014-01-28
* Temporarily disable test that fails on Mac OS X 10.9.Bob Wilson2014-01-27
* Add a proper test for -Wsystem-headersAlp Toker2014-01-25
* ms-intrin.cpp: add -Werror to the testHans Wennborg2014-01-17
* ms-intrin.cpp: no need for -verify anymoreHans Wennborg2014-01-17
* Relax the ms-intrin.cpp testHans Wennborg2014-01-16
* Forbid driver use in Sema testsAlp Toker2014-01-16
* Add a FIXME to a failing test.Nico Weber2013-12-24
* Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek2013-12-18
* clang/test: REQUIRES: s/ppc{32|64}-registered-target/powerpc-registered-target/NAKAMURA Takumi2013-12-04
* Define [U]LLONG_{MIN,MAX} for C++11, add tests.JF Bastien2013-10-27
* Add implementations of the MSVC barrier intrinsicsReid Kleckner2013-10-17
* Switch tests in test/Headers to use %clang_cc1 rather than %clang. ThereChandler Carruth2013-09-20
* Use -ffreestanding in ms-intrin.cpp and define size_t manually.Reid Kleckner2013-09-19
* Avoid including <stdlib.h> in the intrin.h testReid Kleckner2013-09-19
* Fix ifdef ordering at the end of Intrin.h from r190965Reid Kleckner2013-09-19
* Add missing definitions to unwind.h.Peter Collingbourne2013-08-28
* CC1: Only parse command-line options that have the CC1Option flag.Hans Wennborg2013-08-02
* Enable -ffreestanding for this test, to avoid #include_next'ing the system'sRichard Smith2013-07-03
* Remove dependence on system headers from this test, to try to make the Window...Richard Smith2013-05-09
* Add testcase missed from r181527.Richard Smith2013-05-09
* xopintrin.h: Add wrappers for all flavors of _mm_com.Benjamin Kramer2013-05-09
* Make sure we define wchar_t related macros correctly in -fms-extensions mode.Hans Wennborg2013-05-02
* [tests] Only include stdint.h if we are in freestanding mode.Daniel Dunbar2013-04-17
* Headers: Don't try to use RSIZE_MAX unless we are freestanding.Daniel Dunbar2013-04-12
* Headers: Add support for ISO9899:2011 rsize_t.Daniel Dunbar2013-04-12
* tl;dr: Teach Clang to work around g++ changing its workaround to glibc'sRichard Smith2013-04-12
* Don't build this test with modules for now, it's causing buildbot failures.Richard Smith2013-04-04
* Add tests that build modules for our builtin headers, and fix two buglets exp...Richard Smith2013-04-04