1. baec778 Added the attribute name to the err_attribute_wrong_number_arguments diagnostic for clarity; updated almost all of the affected test cases. by Aaron Ballman · 11 years ago
  2. 081c883 Correcting the NSObject and Overloadable attribute diagnostics so that the count reported matches reality. by Aaron Ballman · 11 years ago
  3. aa4bc18 Reinstate r185229, reverted in r185256, with a tweak: further ignore the by Richard Smith · 11 years ago
  4. 6e428a4 Revert r185229 as it breaks compilation of <windows.h> by Timur Iskhodzhanov · 11 years ago
  5. 5eab8d7 PR7927, PR16247: Reimplement handling of matching extern "C" declarations by Richard Smith · 11 years ago
  6. 2fe9b7f Modify how the -verify flag works. Currently, the verification string and by Richard Trieu · 13 years ago
  7. d945538 Make sure that we diagnose attribute((overloadable)) functions without by Douglas Gregor · 14 years ago
  8. 1c471f3 Check compatibility of vector types using their canonicalizations. by John McCall · 15 years ago
  9. 8120162 Change the printing of OR_Deleted overload results to print all the candidates, by John McCall · 15 years ago
  10. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  11. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  12. 48f3bb9 Downgrade complaints about calling unavailable functions to a warning by Douglas Gregor · 16 years ago
  13. 965acbb Allow "overloadable" functions in C to be declared as variadic without by Douglas Gregor · 16 years ago
  14. c6666f8 Don't allow calls to functions marked "unavailable". There's more work by Douglas Gregor · 16 years ago
  15. 2846584 Proof that attribute __overloadable__ works as well as overloadable by Douglas Gregor · 16 years ago
  16. ae17094 Tighten checking of the "overloadable" attribute. If any function by a by Douglas Gregor · 16 years ago
  17. 4fc526d Add missing test for the "overloadable" attribute by Douglas Gregor · 16 years ago