aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/string-literal.c
AgeCommit message (Expand)Author
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-26fix some sema problems with wide strings and hook up basic codegen for them.Chris Lattner
2009-01-27eliminate some random .ll file outputsChris Lattner
2008-08-21Update a number of CodeGen tests to not create .ll files in the testDaniel Dunbar
2007-12-27no need to verify this, no errors/warnings are expected.Chris Lattner
2007-12-23String literal in aggregate expressionSeo Sanghyeon