summaryrefslogtreecommitdiff
path: root/test/Sema/pointer-addition.c
AgeCommit message (Expand)Author
2017-09-20Remove offset size check in nullptr arithmetic handlingAndrew Kaylor
2017-09-19Fix 32-bit buildbots by removing tests that are dependent on pointer-size com...Andrew Kaylor
2017-09-19Teach clang to tolerate the 'p = nullptr + n' idiom used by glibcAndrew Kaylor
2015-07-16PR10405 - Desugar FunctionType and TemplateSpecializationType if any type tha...Nikola Smiljanic
2015-02-12Sema: Semantically check _Atomic-qualified pointersDavid Majnemer
2011-06-27Cleanup a fixme by using a specific diagnostic for subscriptingChandler Carruth
2011-06-27Factor out (some of) the checking for invalid forms of pointerChandler Carruth
2011-06-20Fix a problem with the diagnostics of invalid arithmetic with functionChandler Carruth
2010-09-13Congruent diagnostic for void* arithmetic.Abramo Bagnara
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-07Make one expected-diag directive match exactly one actual diagnostic.Sebastian Redl
2009-01-23Support arithmetic on pointer-to-function types as a GNUDouglas Gregor
2009-01-19Centralize error reporting of improper uses of incomplete types in theDouglas Gregor
2008-05-18Add proper type-checking for pointer additiion; before, we were acceptingEli Friedman