aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/pointer-addition.c
AgeCommit message (Expand)Author
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