summaryrefslogtreecommitdiff
path: root/test/Headers
Commit message (Expand)AuthorAgeFilesLines
...
* Intrin.h: include setjmp.h to get a jmp_buf definitionHans Wennborg2014-01-282-1/+10
* Temporarily disable test that fails on Mac OS X 10.9.Bob Wilson2014-01-271-1/+1
* Add a proper test for -Wsystem-headersAlp Toker2014-01-251-0/+33
* ms-intrin.cpp: add -Werror to the testHans Wennborg2014-01-171-1/+1
* ms-intrin.cpp: no need for -verify anymoreHans Wennborg2014-01-171-1/+1
* Relax the ms-intrin.cpp testHans Wennborg2014-01-161-11/+0
* Forbid driver use in Sema testsAlp Toker2014-01-161-0/+4
* Add a FIXME to a failing test.Nico Weber2013-12-241-0/+2
* Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek2013-12-181-3/+3
* clang/test: REQUIRES: s/ppc{32|64}-registered-target/powerpc-registered-target/NAKAMURA Takumi2013-12-041-1/+1
* Define [U]LLONG_{MIN,MAX} for C++11, add tests.JF Bastien2013-10-271-0/+42
* Add implementations of the MSVC barrier intrinsicsReid Kleckner2013-10-171-1/+12
* Switch tests in test/Headers to use %clang_cc1 rather than %clang. ThereChandler Carruth2013-09-208-14/+16
* Use -ffreestanding in ms-intrin.cpp and define size_t manually.Reid Kleckner2013-09-191-5/+5
* Avoid including <stdlib.h> in the intrin.h testReid Kleckner2013-09-191-0/+5
* Fix ifdef ordering at the end of Intrin.h from r190965Reid Kleckner2013-09-191-0/+6
* Add missing definitions to unwind.h.Peter Collingbourne2013-08-281-0/+1
* CC1: Only parse command-line options that have the CC1Option flag.Hans Wennborg2013-08-021-3/+3
* Enable -ffreestanding for this test, to avoid #include_next'ing the system'sRichard Smith2013-07-031-2/+2
* Remove dependence on system headers from this test, to try to make the Window...Richard Smith2013-05-093-5/+6
* Add testcase missed from r181527.Richard Smith2013-05-091-0/+41
* xopintrin.h: Add wrappers for all flavors of _mm_com.Benjamin Kramer2013-05-091-0/+91
* Make sure we define wchar_t related macros correctly in -fms-extensions mode.Hans Wennborg2013-05-021-0/+15
* [tests] Only include stdint.h if we are in freestanding mode.Daniel Dunbar2013-04-171-1/+1
* Headers: Don't try to use RSIZE_MAX unless we are freestanding.Daniel Dunbar2013-04-121-1/+9
* Headers: Add support for ISO9899:2011 rsize_t.Daniel Dunbar2013-04-121-0/+5
* tl;dr: Teach Clang to work around g++ changing its workaround to glibc'sRichard Smith2013-04-121-0/+7
* Don't build this test with modules for now, it's causing buildbot failures.Richard Smith2013-04-041-1/+0
* Add tests that build modules for our builtin headers, and fix two buglets exp...Richard Smith2013-04-043-0/+3
* libstdc++'s <cstdalign> #includes <stdalign.h> and expects it to guard againstRichard Smith2013-02-211-0/+14
* Reinstate r173952, this time limiting it to exactly the formDouglas Gregor2013-01-301-0/+5
* Revert "[preprocessor] Don't warn about "disabled expansion of recursive macro""Argyrios Kyrtzidis2013-01-301-5/+0
* [preprocessor] Don't warn about "disabled expansion of recursive macro"Argyrios Kyrtzidis2013-01-301-0/+5
* C11: Provide the missing half of <stdalign.h>Richard Smith2013-01-301-0/+6
* Parsing support for C11's _Noreturn keyword. No semantics yet.Richard Smith2013-01-171-0/+12
* [clang tests] Added require ppc64-registered-target to Headers/altivec-header...Michael Gottesman2012-10-311-0/+1
* Add "static" to some functions in altivec.c where it was missing.Ulrich Weigand2012-10-311-0/+11
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-195-0/+5
* Use %clang_cc1 so that the test works even if the target isn't available.Jordan Rose2012-09-271-8/+8
* Make our mini-stdint.h platform-independent by using predefined macros.Jordan Rose2012-09-261-7/+11
* Fix build failure and enhance the testcase for unwind.h.Logan Chien2012-09-262-3/+31
* Run test in a freestanding environment so it doesn't accidentally pick up sys...Benjamin Kramer2012-09-261-4/+3
* Add struct keyword before _Unwind_Context.Logan Chien2012-09-261-0/+6
* Remove the 'intrin.h' builtin header file and its tests for now.Chandler Carruth2012-05-071-11/+0
* Let NULL and MSVC headers coexist better.Nico Weber2012-04-241-0/+16
* Introduce an initial sketch of a MSVC compatible 'intrin.h' builtinChandler Carruth2012-04-241-0/+11
* Fix tests that weren't actually verifying anything.David Blaikie2012-04-151-1/+1
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-1/+1
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-1/+1
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-1/+1