aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/array.c
AgeCommit message (Expand)Author
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
2007-10-26Codegen array initializers.Devang Patel
2007-08-20Fix array->pointer decay. This unbreaks test/CodeGen/array.cChris Lattner