summaryrefslogtreecommitdiff
path: root/test/CodeGen/conditional.c
AgeCommit message (Expand)Author
2011-12-08Fix an edge case in IRGen for conditionals. PR11509.Eli Friedman
2011-04-16fix rdar://9289603 - clang should fold trivial ?: for enums as well as intege...Chris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-17PR5526: Make sure to set the right cast kinds for the inserted implicit casts.Eli Friedman
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-08-21Update a number of CodeGen tests to not create .ll files in the testDaniel Dunbar
2008-06-04fix crash when codegening 'cond ? lhs : call-to-void-func()'Nuno Lopes
2008-05-16Patch for PR2334, and a similar ObjC bug.Eli Friedman
2008-02-10Basic codegen test for conditional with void*.Eli Friedman
2008-01-30Fix codegen for conditionals with incommpatible pointer types. Code Eli Friedman
2007-11-30Fix a codegen crash on void ?: reported by OliverChris Lattner
2007-11-26this works.Chris Lattner
2007-07-13Check in these testcases.Chris Lattner