1. b9be536 Remove offset size check in nullptr arithmetic handling by Andrew Kaylor · 8 years ago
  2. 21a2aa7 Fix 32-bit buildbots by removing tests that are dependent on pointer-size comparisons. by Andrew Kaylor · 8 years ago
  3. 3d0a540 Teach clang to tolerate the 'p = nullptr + n' idiom used by glibc by Andrew Kaylor · 8 years ago
  4. fa00728 PR10405 - Desugar FunctionType and TemplateSpecializationType if any type that appears inside needs to be desugared. by Nikola Smiljanic · 10 years ago
  5. cf7d164 Sema: Semantically check _Atomic-qualified pointers by David Majnemer · 11 years ago
  6. 4cc3f29 Cleanup a fixme by using a specific diagnostic for subscripting by Chandler Carruth · 14 years ago
  7. c933221 Factor out (some of) the checking for invalid forms of pointer by Chandler Carruth · 14 years ago
  8. 5f380da Fix a problem with the diagnostics of invalid arithmetic with function by Chandler Carruth · 14 years ago
  9. 3aabb4b Congruent diagnostic for void* arithmetic. by Abramo Bagnara · 15 years ago
  10. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  11. a45cf5b Rename clang to clang-cc. by Daniel Dunbar · 17 years ago
  12. 2175b6a Make one expected-diag directive match exactly one actual diagnostic. by Sebastian Redl · 17 years ago
  13. f6cd928 Support arithmetic on pointer-to-function types as a GNU by Douglas Gregor · 17 years ago
  14. dd430f7 Centralize error reporting of improper uses of incomplete types in the by Douglas Gregor · 17 years ago
  15. 8e12298 Add proper type-checking for pointer additiion; before, we were accepting by Eli Friedman · 17 years ago