1. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  2. c9467cf In C++, set the type of each of the enumerators in an enumeration to by Douglas Gregor · 16 years ago
  3. 0f669f5 Test conversion from apointer to incomplete type to void* in C++ by Douglas Gregor · 16 years ago
  4. 6fc17ff Simplify and correct the check for function redefinitions. This does two things: by Douglas Gregor · 16 years ago
  5. f70bdb9 Implement overloading rules for reference binding by Douglas Gregor · 16 years ago
  6. 15da57e Tweak Sema::CheckReferenceInit so that it (optionally) computes an by Douglas Gregor · 16 years ago
  7. 27c8dc0 Implement initialization of a reference (C++ [dcl.init.ref]) as part by Douglas Gregor · 16 years ago
  8. bc0805a Add support for conversions from a pointer-to-derived to a by Douglas Gregor · 16 years ago
  9. 5737326 Implement ranking of standard conversion sequences by their qualification by Douglas Gregor · 16 years ago
  10. 9b6e2d2 Fix a thinko in the qualification-conversion check when the qualificaitons are disjoint, and add some overloading-based tests of qualification conversions by Douglas Gregor · 16 years ago
  11. 8e9bebd Preliminary support for function overloading by Douglas Gregor · 16 years ago