1. 1d23c42 Unpluralize -Wfoo-conversions warnings for consistency. by David Blaikie · 13 years ago
  2. 2fe9b7f Modify how the -verify flag works. Currently, the verification string and by Richard Trieu · 13 years ago
  3. 2def773 Add notes for suppressing and (if it's a zero-arg function returning bool) fixing the function-to-bool conversion warning. by David Blaikie · 13 years ago
  4. e14ca9f Add a warning for implicit conversion from function literals (and static by Lang Hames · 13 years ago
  5. 5acb0c9 Teach the ARC compiler to not require __bridge casts when by John McCall · 13 years ago
  6. 6dbba4f Catch placeholder types in DefaultLvalueConversion by John McCall · 13 years ago
  7. 864c041 Make yet another placeholder type, this one marking that an expression is a bound by John McCall · 14 years ago
  8. fb8721c Simplify calling CheckPlaceholderExpr, converge on it in a few places, by John McCall · 14 years ago
  9. 9043423 Fix a bug in how we were resolving the address of overloaded functions by Chandler Carruth · 14 years ago
  10. 353ee24 Produce a diagnostic for unused overloaded expressions, from Faisal Vali! by Douglas Gregor · 14 years ago
  11. 1be8eec Handle the resolution of a reference to a function template (which by Douglas Gregor · 14 years ago
  12. 8e96043 Properly diagnose invalid casts to function references. Patch by by Douglas Gregor · 14 years ago
  13. cfdc81a Initialization improvements: addition of string initialization and a few by Eli Friedman · 15 years ago
  14. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  15. bc0a222 Update for LLVM API change. by Owen Anderson · 16 years ago
  16. 5dfb823 Fix test case to match intent. by Daniel Dunbar · 16 years ago
  17. 0d5dc8e Another little test for C++ [over.over] by Douglas Gregor · 16 years ago
  18. 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
  19. 00aeb52 Implement the simple form of overload resolution used when taking the by Douglas Gregor · 16 years ago