aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/attr-availability.c
AgeCommit message (Expand)Author
2013-01-08Clear LV cache when dropping availability attributes.Rafael Espindola
2013-01-08Don't crash when trying to apply the availability attribute to a block.Rafael Espindola
2013-01-08Clear the LV cache when merging the availability attribute.Rafael Espindola
2012-10-01availability in structured documents. TakesFariborz Jahanian
2012-07-24Add __has_feature(attribute_availability_with_message).Jordan Rose
2012-05-07Process attributes in the order they appear in the source code. This make clangRafael Espindola
2012-05-06Split mergeAvailabilityAttr out of handleAvailabilityAttr. This is importantRafael Espindola
2012-04-23with -Wdeprecated, include a note to its deprecated declarationFariborz Jahanian
2012-01-23fixes location of "availability" attribute so warning is displayed atFariborz Jahanian
2011-12-10test/Sema/attr-availability.c: Add explicit -triple x86_64-apple-darwin9, for...NAKAMURA Takumi
2011-12-10Add ability to supply additional message to availability macros,Fariborz Jahanian
2011-08-10For the availability attribute, allow a declaration to be deprecatedDouglas Gregor
2011-03-23Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor