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