1. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 10 years ago
  2. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  3. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  4. 45d3950 Tighten diagnostics for calling conventions on variadic functions by Hans Wennborg · 11 years ago
  5. 3636fb1 Turn error about fastcall variadic function into warning in MS mode (PR12535) by Hans Wennborg · 11 years ago
  6. fbf6f5c Updated the PCS calling convention to use the new checkStringLiteralArgument helper function. by Aaron Ballman · 11 years ago
  7. 624421f Consolidating the notion of a GNU attribute parameter with the attribute argument list. by Aaron Ballman · 11 years ago
  8. ef07203 Delete CC_Default and use the target default CC everywhere by Reid Kleckner · 11 years ago
  9. 3cd6feb err_attribute_not_string has been subsumed by err_attribute_argument_type. by Aaron Ballman · 11 years ago
  10. 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
  11. d03de6a Downgrade 'attribute ignored when parsing type' from error to warning, to match by Richard Smith · 12 years ago
  12. 3898008 Add intel_ocl_bicc calling convention as a function attribute to clang. The calling convention is already implemented in LLVM. by Guy Benyei · 12 years ago
  13. 263366f Add pnaclcall convention to Native Client targets. by Derek Schuff · 12 years ago
  14. 82bfa19 Allowing individual targets to determine whether a given calling convention is allowed or ignored with warning. This allows for correct name mangling for x64 targets on Windows, which in turn allows for linking against the Win32 APIs. by Aaron Ballman · 12 years ago
  15. fac8e43 Fix horribly broken sema of __attribute__((pcs())). by Benjamin Kramer · 12 years ago
  16. bdc49d3 Pretty up the wrong-number-of-arguments-for-attribute diagnostic by by John McCall · 14 years ago
  17. 328ce34 When we encounter a function-specific attribute in a declaration specifier, by Charles Davis · 15 years ago
  18. 064f7db When comparing two calling conventions after redeclaring a function, compare by Charles Davis · 15 years ago
  19. 04a67a6 Standardize the parsing of function type attributes in a way that by John McCall · 15 years ago
  20. f82b4e8 Allow calling convention attributes to apply to types. Patch by Chip Davis! by John McCall · 15 years ago
  21. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  22. 8f4c59e Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGen by Eli Friedman · 15 years ago
  23. 9112b93 Diagnose the use of 'fastcall' on functions without prototypes or with by John McCall · 15 years ago
  24. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  25. b6789ca Add new test by Nate Begeman · 17 years ago