aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Headers/c89.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-20Switch tests in test/Headers to use %clang_cc1 rather than %clang. ThereChandler Carruth1-1/+1
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 Smith1-0/+1
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs1-0/+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
2010-10-20Linux still needs these hacks.Bill Wendling1-0/+5
2010-10-19Now that mm_malloc.h was rewritten to *not* include errno.h (seeBill Wendling1-5/+0
2010-03-26Make sure we don't include mm_malloc.h in this test, it includes errno.h whichDaniel Dunbar1-1/+6
2010-03-26Spell -triple correctly for %clang, not %clang_cc1.Daniel Dunbar1-1/+1
2010-03-26i386-apple-darwin10 implies sse2, this option shouldn't be needed.Chris Lattner1-1/+1
2010-03-26xmmintrin just requires sse2, not sse3.Chris Lattner1-1/+1
2010-03-22hopefully fix this on non-sse2 hosts. Shouldn't an apple-darwin10 Chris Lattner1-1/+1
2010-03-22fix PR6658: inline isn't a keyword in C89 mode, use __inline__ instead.Chris Lattner1-0/+5