1. 9ba6166 Fix an assertion-on-error during tentative constructor parsing by by John McCall · 15 years ago
  2. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  3. a75a92d Remove unnecessary -fms-extensions=0 from tests (this command line syntax is going away). by Daniel Dunbar · 15 years ago
  4. 7bb87fc Fix speculative parsing of dependent template names in by Douglas Gregor · 15 years ago
  5. b3eca29 Disabling some MS extensions which cause these tests to fail by John Thompson · 15 years ago
  6. f4382f5 Make the implicit-int handling error recovery stuff handle C++ by Chris Lattner · 16 years ago
  7. 31a19b6 Make parsing a semantic analysis a little more robust following Sema by Douglas Gregor · 16 years ago
  8. c45c232 Parsing and AST representation for dependent template names that occur by Douglas Gregor · 16 years ago
  9. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  10. 656de63 Fix various problems with matching out-of-line definitions of static by Douglas Gregor · 16 years ago
  11. 39a8de1 Implement parsing of nested-name-specifiers that involve template-ids, e.g., by Douglas Gregor · 16 years ago