aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/typeof-use-deprecated.c
AgeCommit message (Collapse)Author
2012-08-08Unify the codepaths for emitting deprecation warnings. The test changes are ↵Eli Friedman
just to account for us emitting notes more consistently. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161528 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-06Issue deprecated warning when typeof uses typedefFariborz Jahanian
based on underlying type's deprecatedness. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115800 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-05Issue deprecated warning when typeof uses anFariborz Jahanian
expression of deprecated type. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115713 91177308-0d34-0410-b5e6-96231b3b80d8