aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/conditional.c
AgeCommit message (Expand)Author
2010-04-09Improve diagnostics when we fail to convert from a source type to aDouglas Gregor
2010-01-09add a bunch of missing prototypes to testsChris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-06-04fix type of ?: operator. If one of the operator is void, the type should be v...Nuno Lopes
2007-12-18Fix an nice and subtle parser bug reported by Nico Weber.Chris Lattner