summaryrefslogtreecommitdiff
path: root/test/Sema/pointer-subtract-compat.c
AgeCommit message (Expand)Author
2011-06-27Factor out (some of) the checking for invalid forms of pointerChandler Carruth
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-01-23Allow subtraction of function pointer types in C, as a GNU extension. Fixes r...Douglas Gregor
2008-09-02Make sure to take the unqualified versions of the canonical types for Eli Friedman