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