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