1. 020972d Forbid address-space-qualified function types, per TR 18037 by Peter Collingbourne · 13 years ago
  2. 40249e7 When diagnosing address-space changes, apply array-to-pointer decay first. by John McCall · 14 years ago
  3. 86c05f3 Perform the bad-address-space conversions check as part of by John McCall · 14 years ago
  4. 58f9e13 make clang print types as "const int *" instead of "int const*", by Chris Lattner · 14 years ago
  5. 27f46ee Refer to implicit "conversions" rather than implicit "casts", which by Douglas Gregor · 14 years ago
  6. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 14 years ago
  7. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  8. 27a84d0 Add an error for function parameters that have a qualified address space since this is not allowed by the embedded c extension spec. by Tanya Lattner · 15 years ago
  9. 0953e76 Refactor the representation of qualifiers to bring ExtQualType out of the by John McCall · 15 years ago
  10. efadb77 Bounds checking for address spaces. by John McCall · 15 years ago
  11. ecca753 fix rdar://6774906, a crash handling implicit conversions between pointers by Chris Lattner · 15 years ago
  12. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  13. 35d276f upgrade various 'implicit int' warnings from an ext-warn to warning when not by Chris Lattner · 15 years ago
  14. 863ea9a testcase that works now with r62061 by Chris Lattner · 16 years ago
  15. 8e7dafe Extend QualType::getAddressSpace to do the right thing for array types, and in by Nate Begeman · 16 years ago
  16. c8e89a8 Correctly error on arrays with automatic storage full of objects with by Nate Begeman · 16 years ago
  17. 5af27e0 ISO/IEC TR 18037 by Nate Begeman · 16 years ago
  18. 7380466 add some semantic checks for address spaces. by Chris Lattner · 16 years ago