aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/type-convert-construct.cpp
AgeCommit message (Expand)Author
2011-07-29This patch makes the string/character literal tests run in C,Douglas Gregor
2011-07-27Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor
2010-09-08Use the new-initialization code for initializing scalars with aDouglas Gregor
2010-02-28Warn about the deprecated string literal -> char* conversion. Fixes PR6428.Douglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-09-12Give string literals const element typesin C++, and cope with the deprecated ...Douglas Gregor
2008-08-23Add a null pointer test in the type-convert-construct.cpp tests.Argyrios Kyrtzidis
2008-08-22Add support for C++'s "type-specifier ( expression-list )" expression:Argyrios Kyrtzidis