1. 1815b3b 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
  2. c362d38 Do implicit conversion to bool for the condition in a do-while statement. by Argiris Kirtzidis · 16 years ago
  3. 8d36abb Fix do-while scoping in C++. by Argiris Kirtzidis · 16 years ago
  4. c4e1e45 In the 'condition.cpp' test case, make sure that condition declarations are local to the statement. by Argiris Kirtzidis · 16 years ago
  5. 810c0f7 Implement Sema support for the 'condition' part of C++ selection-statements and iteration-statements (if/switch/while/for). by Argiris Kirtzidis · 16 years ago
  6. d7601d3 Add carbon.cpp and cocoa.mm tests by Anders Carlsson · 16 years ago
  7. ed6c214 treat bool literals as constatnt expressions. by Anders Carlsson · 16 years ago
  8. 868dcdb Add a null pointer test in the type-convert-construct.cpp tests. by Argiris Kirtzidis · 16 years ago
  9. 1d00c2c Move the rest of the Sema C++ tests into the SemaCXX test directory. by Argiris Kirtzidis · 16 years ago
  10. 7a1e741 Add support for C++'s "type-specifier ( expression-list )" expression: by Argiris Kirtzidis · 16 years ago
  11. ea7140a Initial sema support for C++ static initializers. by Anders Carlsson · 16 years ago
  12. 85bd81e Type::isIntegerType() returns true for types between Bool and LongLong. by Argiris Kirtzidis · 16 years ago
  13. 541f6bb Move the C++ Sema tests into a separate SemaCXX directory. by Argiris Kirtzidis · 16 years ago