aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/sentinel-attribute.c
AgeCommit message (Expand)Author
2009-05-14Adds recognition of sentinel attribute on block declarations.Fariborz Jahanian
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-17don't crash when sentinel attribute is used on function without a prototype,Chris Lattner
2008-10-05Add parsing of the sentinel attribute. Still need to create the attribute.Anders Carlsson