aboutsummaryrefslogtreecommitdiff
path: root/test/Headers
AgeCommit message (Expand)Author
2013-10-28Cherry-pick upstream clang r193506: "Define [U]LLONG_{MIN,MAX} for C++11, add...JF Bastien
2013-05-02Make sure we define wchar_t related macros correctly in -fms-extensions mode.Hans Wennborg
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-12tl;dr: Teach Clang to work around g++ changing its workaround to glibc'sRichard Smith
2013-04-04Don't build this test with modules for now, it's causing buildbot failures.Richard Smith
2013-04-04Add tests that build modules for our builtin headers, and fix two buglets exp...Richard Smith
2013-02-21libstdc++'s <cstdalign> #includes <stdalign.h> and expects it to guard againstRichard Smith
2013-01-30Reinstate r173952, this time limiting it to exactly the formDouglas Gregor
2013-01-30Revert "[preprocessor] Don't warn about "disabled expansion of recursive macro""Argyrios Kyrtzidis
2013-01-30[preprocessor] Don't warn about "disabled expansion of recursive macro"Argyrios Kyrtzidis
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
2012-10-31[clang tests] Added require ppc64-registered-target to Headers/altivec-header...Michael Gottesman
2012-10-31Add "static" to some functions in altivec.c where it was missing.Ulrich Weigand
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2012-09-27Use %clang_cc1 so that the test works even if the target isn't available.Jordan Rose
2012-09-26Make our mini-stdint.h platform-independent by using predefined macros.Jordan Rose
2012-09-26Fix build failure and enhance the testcase for unwind.h.Logan Chien
2012-09-26Run test in a freestanding environment so it doesn't accidentally pick up sys...Benjamin Kramer
2012-09-26Add struct keyword before _Unwind_Context.Logan Chien
2012-05-07Remove the 'intrin.h' builtin header file and its tests for now.Chandler Carruth
2012-04-24Let NULL and MSVC headers coexist better.Nico Weber
2012-04-24Introduce an initial sketch of a MSVC compatible 'intrin.h' builtinChandler Carruth
2012-04-15Fix tests that weren't actually verifying anything.David Blaikie
2012-01-20rename -ccc-host-triple into -targetSebastian Pop
2012-01-13Revert r148138; it's causing test failures.Eli Friedman
2012-01-13rename -ccc-host-triple into -targetSebastian Pop
2011-12-06Headers: wmmintrin.h only needs xmmintrin.h.Daniel Dunbar
2011-09-20Remove __WCHAR_UNSIGNED__ and anything that used it.Eric Christopher
2011-09-08Remove WCHAR_MIN and WCHAR_MAX from limits.h. According to posix and c99Eric Christopher
2011-07-22Use -ffreestanding with clang_cc1 to make the test picks the clang builtin in...Francois Pichet
2011-07-22Fix test on MSVC: since the test includes a system header it cannot use clang...Francois Pichet
2011-07-21Add a missing test for the limits on wcharSean Hunt
2010-12-02Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests.Bob Wilson
2010-12-02Add a test for calling a Neon intrinsic macro with the wrong vector type.Bob Wilson
2010-12-02Test use of arm_neon.h with -fno-lax-vector-conversions.Bob Wilson
2010-12-02Add a testcase for Radar 8228022.Bob Wilson
2010-11-22Undo part of my previous commit to mm_malloc.h, going back to the use ofChandler Carruth
2010-10-20Linux still needs these hacks.Bill Wendling
2010-10-19Now that mm_malloc.h was rewritten to *not* include errno.h (seeBill Wendling
2010-09-29Define _Bool, bool, true, and false macros in <stdbool.h> when we'reDouglas Gregor
2010-08-20Disallow direct inclusion of avxintrin.h. Users should include immintrin.h in...Benjamin Kramer
2010-08-04Add AVX intrinsics headerBruno Cardoso Lopes
2010-06-30Headers: Define __INT64_TYPE__ in terms of getInt64Type(), which isn't alwaysDaniel Dunbar
2010-06-29tests: Use %clangxx when using driver for C++, in case C++ support is disabled.Daniel Dunbar
2010-03-26Make sure we don't include mm_malloc.h in this test, it includes errno.h whichDaniel Dunbar
2010-03-26Spell -triple correctly for %clang, not %clang_cc1.Daniel Dunbar
2010-03-26i386-apple-darwin10 implies sse2, this option shouldn't be needed.Chris Lattner