1. 93d6b07 Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, each of which was only present in one version: by Richard Smith · 12 years ago
  2. 9807a2e Don't reject __restrict applied to a dependent type; it might instantiate to a pointer or reference type. by Richard Smith · 12 years ago
  3. 0c42bb6 'const std::type_info*' instead of 'std::type_info const*' by Chris Lattner · 14 years ago
  4. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 14 years ago
  5. 220ccbf Improve the reporting of non-viable overload candidates by noting the reason by John McCall · 15 years ago
  6. b1622a1 Improve the diagnostics used to report implicitly-generated class members by John McCall · 15 years ago
  7. cfdc81a Initialization improvements: addition of string initialization and a few by Eli Friedman · 15 years ago
  8. 7abfbdb Switch more of Sema::CheckInitializerTypes over to by Douglas Gregor · 15 years ago
  9. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  10. 089407b When type-checking a C++ "new" expression, don't type-check the actual by Douglas Gregor · 15 years ago
  11. 9983cc1 Don't try to evaluate an expression that is type- or value-dependent while building the CFG by Douglas Gregor · 15 years ago
  12. 9ea6276 Template instantiation for C99 designated initializers, because we by Douglas Gregor · 15 years ago
  13. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  14. 2850784 Make more AST nodes and semantic checkers dependent-expression-aware. by Sebastian Redl · 16 years ago