1. 53afad5 This patch makes the string/character literal tests run in C, by Douglas Gregor · 13 years ago
  2. 5cee119 Add support for C++0x unicode string and character literals, from Craig Topper! by Douglas Gregor · 13 years ago
  3. 19311e7 Use the new-initialization code for initializing scalars with a by Douglas Gregor · 14 years ago
  4. a9bff30 Warn about the deprecated string literal -> char* conversion. Fixes PR6428. by Douglas Gregor · 14 years ago
  5. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  6. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  7. 77a5223 Give string literals const element typesin C++, and cope with the deprecated C++ conversion from a string literal to a pointer-to-non-const-character by Douglas Gregor · 16 years ago
  8. 2fba121 Add a null pointer test in the type-convert-construct.cpp tests. by Argyrios Kyrtzidis · 16 years ago
  9. 987a14b Add support for C++'s "type-specifier ( expression-list )" expression: by Argyrios Kyrtzidis · 16 years ago