aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Headers
AgeCommit message (Expand)AuthorFilesLines
2013-10-27Define [U]LLONG_{MIN,MAX} for C++11, add tests.JF Bastien1-0/+42
2013-10-17Add implementations of the MSVC barrier intrinsicsReid Kleckner1-1/+12
2013-09-20Switch tests in test/Headers to use %clang_cc1 rather than %clang. ThereChandler Carruth8-14/+16
2013-09-19Use -ffreestanding in ms-intrin.cpp and define size_t manually.Reid Kleckner1-5/+5
2013-09-19Avoid including <stdlib.h> in the intrin.h testReid Kleckner1-0/+5
2013-09-19Fix ifdef ordering at the end of Intrin.h from r190965Reid Kleckner1-0/+6
2013-08-28Add missing definitions to unwind.h.Peter Collingbourne1-0/+1
2013-08-02CC1: Only parse command-line options that have the CC1Option flag.Hans Wennborg1-3/+3
2013-07-03Enable -ffreestanding for this test, to avoid #include_next'ing the system'sRichard Smith1-2/+2
2013-05-09Remove dependence on system headers from this test, to try to make the Window...Richard Smith3-5/+6
2013-05-09Add testcase missed from r181527.Richard Smith1-0/+41
2013-05-09xopintrin.h: Add wrappers for all flavors of _mm_com.Benjamin Kramer1-0/+91
2013-05-02Make sure we define wchar_t related macros correctly in -fms-extensions mode.Hans Wennborg1-0/+15
2013-04-17[tests] Only include stdint.h if we are in freestanding mode.Daniel Dunbar1-1/+1
2013-04-12Headers: Don't try to use RSIZE_MAX unless we are freestanding.Daniel Dunbar1-1/+9
2013-04-12Headers: Add support for ISO9899:2011 rsize_t.Daniel Dunbar1-0/+5
2013-04-12tl;dr: Teach Clang to work around g++ changing its workaround to glibc'sRichard Smith1-0/+7
2013-04-04Don't build this test with modules for now, it's causing buildbot failures.Richard Smith1-1/+0
2013-04-04Add tests that build modules for our builtin headers, and fix two buglets exp...Richard Smith3-0/+3
2013-02-21libstdc++'s <cstdalign> #includes <stdalign.h> and expects it to guard againstRichard Smith1-0/+14
2013-01-30Reinstate r173952, this time limiting it to exactly the formDouglas Gregor1-0/+5
2013-01-30Revert "[preprocessor] Don't warn about "disabled expansion of recursive macro""Argyrios Kyrtzidis1-5/+0
2013-01-30[preprocessor] Don't warn about "disabled expansion of recursive macro"Argyrios Kyrtzidis1-0/+5
2013-01-30C11: Provide the missing half of <stdalign.h>Richard Smith1-0/+6
2013-01-17Parsing support for C11's _Noreturn keyword. No semantics yet.Richard Smith1-0/+12
2012-10-31[clang tests] Added require ppc64-registered-target to Headers/altivec-header...Michael Gottesman1-0/+1
2012-10-31Add "static" to some functions in altivec.c where it was missing.Ulrich Weigand1-0/+11
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs5-0/+5
2012-09-27Use %clang_cc1 so that the test works even if the target isn't available.Jordan Rose1-8/+8
2012-09-26Make our mini-stdint.h platform-independent by using predefined macros.Jordan Rose1-7/+11
2012-09-26Fix build failure and enhance the testcase for unwind.h.Logan Chien2-3/+31
2012-09-26Run test in a freestanding environment so it doesn't accidentally pick up sys...Benjamin Kramer1-4/+3
2012-09-26Add struct keyword before _Unwind_Context.Logan Chien1-0/+6
2012-05-07Remove the 'intrin.h' builtin header file and its tests for now.Chandler Carruth1-11/+0
2012-04-24Let NULL and MSVC headers coexist better.Nico Weber1-0/+16
2012-04-24Introduce an initial sketch of a MSVC compatible 'intrin.h' builtinChandler Carruth1-0/+11
2012-04-15Fix tests that weren't actually verifying anything.David Blaikie1-1/+1
2012-01-20rename -ccc-host-triple into -targetSebastian Pop1-1/+1
2012-01-13Revert r148138; it's causing test failures.Eli Friedman1-1/+1
2012-01-13rename -ccc-host-triple into -targetSebastian Pop1-1/+1
2011-12-06Headers: wmmintrin.h only needs xmmintrin.h.Daniel Dunbar1-0/+4
2011-09-20Remove __WCHAR_UNSIGNED__ and anything that used it.Eric Christopher1-6/+0
2011-09-08Remove WCHAR_MIN and WCHAR_MAX from limits.h. According to posix and c99Eric Christopher1-1/+1
2011-07-22Use -ffreestanding with clang_cc1 to make the test picks the clang builtin in...Francois Pichet1-2/+2
2011-07-22Fix test on MSVC: since the test includes a system header it cannot use clang...Francois Pichet1-2/+2
2011-07-21Add a missing test for the limits on wcharAlexis Hunt1-0/+15
2010-12-02Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests.Bob Wilson1-3/+3
2010-12-02Add a test for calling a Neon intrinsic macro with the wrong vector type.Bob Wilson1-5/+0
2010-12-02Test use of arm_neon.h with -fno-lax-vector-conversions.Bob Wilson1-0/+1
2010-12-02Add a testcase for Radar 8228022.Bob Wilson1-0/+9