aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/warn-bad-function-cast.c
AgeCommit message (Collapse)Author
2012-08-17make this test case 64bit test. It fails due to Fariborz Jahanian
'int' vs. 'long' issue with i386. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162125 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-17c: implement gcc's -Wbad-function-cast which warnsFariborz Jahanian
on unsafe cast of a c-function call. This is a C-only option. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162109 91177308-0d34-0410-b5e6-96231b3b80d8