summaryrefslogtreecommitdiff
path: root/test/Sema/pointer-addition.c
Commit message (Expand)AuthorAgeFilesLines
* Remove offset size check in nullptr arithmetic handlingAndrew Kaylor2017-09-201-0/+2
* Fix 32-bit buildbots by removing tests that are dependent on pointer-size com...Andrew Kaylor2017-09-191-2/+0
* Teach clang to tolerate the 'p = nullptr + n' idiom used by glibcAndrew Kaylor2017-09-191-1/+10
* PR10405 - Desugar FunctionType and TemplateSpecializationType if any type tha...Nikola Smiljanic2015-07-161-5/+5
* Sema: Semantically check _Atomic-qualified pointersDavid Majnemer2015-02-121-2/+4
* Cleanup a fixme by using a specific diagnostic for subscriptingChandler Carruth2011-06-271-1/+1
* Factor out (some of) the checking for invalid forms of pointerChandler Carruth2011-06-271-13/+13
* Fix a problem with the diagnostics of invalid arithmetic with functionChandler Carruth2011-06-201-1/+2
* Congruent diagnostic for void* arithmetic.Abramo Bagnara2010-09-131-0/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Make one expected-diag directive match exactly one actual diagnostic.Sebastian Redl2009-02-071-1/+1
* Support arithmetic on pointer-to-function types as a GNUDouglas Gregor2009-01-231-2/+7
* Centralize error reporting of improper uses of incomplete types in theDouglas Gregor2009-01-191-3/+3
* Add proper type-checking for pointer additiion; before, we were acceptingEli Friedman2008-05-181-0/+14