1. d739c4e Fix crash typo-correcting dependent member func. by Eli Friedman · 11 years ago
  2. c8fa525 Provide suggested no-arg calls for overloaded member functions missing calls by David Blaikie · 11 years ago
  3. c2fe818 Bound member function diagnostic - suggest no-args calls and note overload candidates by David Blaikie · 11 years ago
  4. 2fe9b7f Modify how the -verify flag works. Currently, the verification string and by Richard Trieu · 13 years ago
  5. a6dc7ef Make the diagnostic message more consistant. Update the type comparison to by Richard Trieu · 13 years ago
  6. 6efd4c5 Add feature to diagnostics that will provide more information on function by Richard Trieu · 13 years ago
  7. 5acb0c9 Teach the ARC compiler to not require __bridge casts when by John McCall · 13 years ago
  8. 864c041 Make yet another placeholder type, this one marking that an expression is a bound by John McCall · 13 years ago
  9. 1be8eec Handle the resolution of a reference to a function template (which by Douglas Gregor · 14 years ago
  10. 3afb977 When attempting reference binding to an overloaded function, also by Douglas Gregor · 14 years ago
  11. 8e96043 Properly diagnose invalid casts to function references. Patch by by Douglas Gregor · 14 years ago
  12. fbb6fad When performing template argument deduction of a function template by Douglas Gregor · 14 years ago
  13. 78c057e Don't assert when attempting to take the address of an overloaded by Douglas Gregor · 14 years ago
  14. fb3bb31 PR7971: Compute the correct type for an address-of expression containing an by Eli Friedman · 14 years ago
  15. e9ee23e Use the naming class from the overloaded lookup when access-checking an by John McCall · 14 years ago
  16. 1a8cf73 Always diagnose and complain about problems in by Douglas Gregor · 14 years ago
  17. a91eb54 Switch file-scope assignment initialization over to InitializationSequence. by Eli Friedman · 15 years ago
  18. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  19. 6e8f550 Handle MemberExprs in ResolveAddressOfOverloadedFunction. by Anders Carlsson · 15 years ago
  20. 60d9231 Slightly improve the test for partial ordering of overloaded function templates. by Douglas Gregor · 15 years ago
  21. d173b20 Test function template partial ordering when resolving the address of by Douglas Gregor · 15 years ago
  22. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  23. 904eed3 Basic support for taking the address of an overloaded function by Douglas Gregor · 16 years ago