summaryrefslogtreecommitdiffstats
path: root/clang/test/Headers/c89.c
Commit message (Expand)AuthorAgeFilesLines
* Switch tests in test/Headers to use %clang_cc1 rather than %clang. ThereChandler Carruth2013-09-201-1/+1
* 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-041-0/+1
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+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
* 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
* Make sure we don't include mm_malloc.h in this test, it includes errno.h whichDaniel Dunbar2010-03-261-1/+6
* Spell -triple correctly for %clang, not %clang_cc1.Daniel Dunbar2010-03-261-1/+1
* i386-apple-darwin10 implies sse2, this option shouldn't be needed.Chris Lattner2010-03-261-1/+1
* xmmintrin just requires sse2, not sse3.Chris Lattner2010-03-261-1/+1
* hopefully fix this on non-sse2 hosts. Shouldn't an apple-darwin10 Chris Lattner2010-03-221-1/+1
* fix PR6658: inline isn't a keyword in C89 mode, use __inline__ instead.Chris Lattner2010-03-221-0/+5
OpenPOWER on IntegriCloud