aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/attr-sentinel.c
AgeCommit message (Collapse)Author
2011-09-27PR11002: Make sure we emit sentinel warnings with a valid source location. ↵Eli Friedman
(Ideally, we want to use the location returned by getLocForEndOfToken, but that is not always successful.) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140658 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-06After some discussion, conservatively extend our sentinel check to discardJohn McCall
casts, but still require the (casted) type to be a pointer. Fixes PR5685. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103216 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-22merge two tests.Chris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99209 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-22rename test.Chris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99208 91177308-0d34-0410-b5e6-96231b3b80d8