summaryrefslogtreecommitdiff
path: root/test/Sema/attr-availability.c
AgeCommit message (Expand)Author
2017-07-05[Sema] Don't allow -Wunguarded-availability to be silenced with redeclsErik Pilkington
2017-05-05Add a fix-it for -Wunguarded-availabilityAlex Lorenz
2017-04-20Add #pragma clang attribute support to the availability attributeAlex Lorenz
2016-08-16[ObjC] Warn on unguarded use of partial declarationErik Pilkington
2016-06-28AvailabilityAttr: we accept "macos" as the platform name.Manman Ren
2015-04-30Don't warn about use of deprecated API when the containing context is unavail...Jordan Rose
2015-04-30Batch up access-related diagnostics on enum constants until the whole enum is...Jordan Rose
2015-03-19Add -Wpartial-availability.Nico Weber
2013-12-18Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek
2013-09-13As Aaron pointed out it's simpler to reject wide string availability attr mes...Benjamin Kramer
2013-09-13Guard availability and thread safety attributes against wide strings.Benjamin Kramer
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