summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/conditional.c
Commit message (Expand)AuthorAgeFilesLines
* Fix an edge case in IRGen for conditionals. PR11509.Eli Friedman2011-12-081-0/+6
* fix rdar://9289603 - clang should fold trivial ?: for enums as well as intege...Chris Lattner2011-04-161-1/+20
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* PR5526: Make sure to set the right cast kinds for the inserted implicit casts.Eli Friedman2009-11-171-0/+8
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-12/+9
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Update a number of CodeGen tests to not create .ll files in the testDaniel Dunbar2008-08-211-1/+1
* fix crash when codegening 'cond ? lhs : call-to-void-func()'Nuno Lopes2008-06-041-0/+12
* Patch for PR2334, and a similar ObjC bug.Eli Friedman2008-05-161-0/+5
* Basic codegen test for conditional with void*.Eli Friedman2008-02-101-0/+6
* Fix codegen for conditionals with incommpatible pointer types. Code Eli Friedman2008-01-301-0/+4
* Fix a codegen crash on void ?: reported by OliverChris Lattner2007-11-301-0/+7
* this works.Chris Lattner2007-11-261-2/+0
* Check in these testcases.Chris Lattner2007-07-131-0/+12