1. 8d706ec Implement C++0x [temp.func.order]p3 (aka DR532) properly. In by Douglas Gregor · 15 years ago
  2. 77bc572 Implement C++ [over.match.funcs]p4 as it concerns partial ordering of by Douglas Gregor · 15 years ago
  3. 8e96043 Properly diagnose invalid casts to function references. Patch by by Douglas Gregor · 15 years ago
  4. 5a1f97e Add builtin conditional operator candidates for scoped enumeration by Douglas Gregor · 15 years ago
  5. 661b493 Implement the "note" in C++ [over.built]p1, which is actually meant to by Douglas Gregor · 15 years ago
  6. c520c84 Implement C++ [over.ics.user]p3, which restricts the final conversion by Douglas Gregor · 15 years ago
  7. cfdc81a Initialization improvements: addition of string initialization and a few by Eli Friedman · 16 years ago
  8. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  9. bc0a222 Update for LLVM API change. by Owen Anderson · 16 years ago
  10. 5dfb823 Fix test case to match intent. by Daniel Dunbar · 16 years ago
  11. 0d5dc8e Another little test for C++ [over.over] by Douglas Gregor · 16 years ago
  12. 72e771f Add test for C++ [over.over.]p1, the contexts in which one can take the address of an overloaded function. by Douglas Gregor · 16 years ago
  13. 00aeb52 Implement the simple form of overload resolution used when taking the by Douglas Gregor · 16 years ago
  14. 3e15cc3 Overload resolution prefers non-templates to templates by Douglas Gregor · 16 years ago