summaryrefslogtreecommitdiff
path: root/test/Headers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Headers: wmmintrin.h only needs xmmintrin.h.Daniel Dunbar2011-12-061-0/+4
* Remove __WCHAR_UNSIGNED__ and anything that used it.Eric Christopher2011-09-201-6/+0
* Remove WCHAR_MIN and WCHAR_MAX from limits.h. According to posix and c99Eric Christopher2011-09-081-1/+1
* Use -ffreestanding with clang_cc1 to make the test picks the clang builtin in...Francois Pichet2011-07-221-2/+2
* Fix test on MSVC: since the test includes a system header it cannot use clang...Francois Pichet2011-07-221-2/+2
* Add a missing test for the limits on wcharSean Hunt2011-07-211-0/+15
* Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests.Bob Wilson2010-12-021-3/+3
* Add a test for calling a Neon intrinsic macro with the wrong vector type.Bob Wilson2010-12-021-5/+0
* Test use of arm_neon.h with -fno-lax-vector-conversions.Bob Wilson2010-12-021-0/+1
* Add a testcase for Radar 8228022.Bob Wilson2010-12-021-0/+9
* Undo part of my previous commit to mm_malloc.h, going back to the use ofChandler Carruth2010-11-221-7/+3
* Linux still needs these hacks.Bill Wendling2010-10-201-0/+5
* Now that mm_malloc.h was rewritten to *not* include errno.h (seeBill Wendling2010-10-191-5/+0
* Define _Bool, bool, true, and false macros in <stdbool.h> when we'reDouglas Gregor2010-09-291-0/+14
* Disallow direct inclusion of avxintrin.h. Users should include immintrin.h in...Benjamin Kramer2010-08-201-24/+7
* Add AVX intrinsics headerBruno Cardoso Lopes2010-08-041-0/+4
* Headers: Define __INT64_TYPE__ in terms of getInt64Type(), which isn't alwaysDaniel Dunbar2010-06-301-0/+4
* tests: Use %clangxx when using driver for C++, in case C++ support is disabled.Daniel Dunbar2010-06-291-1/+1