summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/conditional.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* Update a number of CodeGen tests to not create .ll files in the testDaniel Dunbar2008-08-211-1/+1
| | | | | | | | directory. - Removed .ll from the svn:ignore lists to try and prevent this. - Added svn:ignore on test/Misc/Output llvm-svn: 55104
* fix crash when codegening 'cond ? lhs : call-to-void-func()'Nuno Lopes2008-06-041-0/+12
| | | | llvm-svn: 51958
* Patch for PR2334, and a similar ObjC bug.Eli Friedman2008-05-161-0/+5
| | | | llvm-svn: 51193
* Basic codegen test for conditional with void*.Eli Friedman2008-02-101-0/+6
| | | | llvm-svn: 46940
* Fix codegen for conditionals with incommpatible pointer types. Code Eli Friedman2008-01-301-0/+4
| | | | | | | that causes this isn't really correct, but if we're going to accept this, it should come up with a consistent AST. llvm-svn: 46557
* Fix a codegen crash on void ?: reported by OliverChris Lattner2007-11-301-0/+7
| | | | llvm-svn: 44454
* this works.Chris Lattner2007-11-261-2/+0
| | | | llvm-svn: 44321
* Check in these testcases.Chris Lattner2007-07-131-0/+12
llvm-svn: 39829
OpenPOWER on IntegriCloud