summaryrefslogtreecommitdiffstats
path: root/test/Sema/attr-availability.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Append new attributes to the end of an AttributeList."Michael Kruse2018-06-251-2/+2
* Append new attributes to the end of an AttributeList.Michael Kruse2018-06-191-2/+2
* [Sema] Don't allow -Wunguarded-availability to be silenced with redeclsErik Pilkington2017-07-051-7/+18
* Add a fix-it for -Wunguarded-availabilityAlex Lorenz2017-05-051-1/+1
* Add #pragma clang attribute support to the availability attributeAlex Lorenz2017-04-201-1/+1
* [ObjC] Warn on unguarded use of partial declarationErik Pilkington2016-08-161-1/+1
* AvailabilityAttr: we accept "macos" as the platform name.Manman Ren2016-06-281-4/+4
* Don't warn about use of deprecated API when the containing context is unavail...Jordan Rose2015-04-301-6/+6
* Batch up access-related diagnostics on enum constants until the whole enum is...Jordan Rose2015-04-301-0/+81
* Add -Wpartial-availability.Nico Weber2015-03-191-0/+25
* Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek2013-12-181-2/+2
* As Aaron pointed out it's simpler to reject wide string availability attr mes...Benjamin Kramer2013-09-131-2/+0
* Guard availability and thread safety attributes against wide strings.Benjamin Kramer2013-09-131-0/+2
* Clear LV cache when dropping availability attributes.Rafael Espindola2013-01-081-0/+3
* Don't crash when trying to apply the availability attribute to a block.Rafael Espindola2013-01-081-1/+6
* Clear the LV cache when merging the availability attribute.Rafael Espindola2013-01-081-0/+3
* availability in structured documents. TakesFariborz Jahanian2012-10-011-3/+3
* Add __has_feature(attribute_availability_with_message).Jordan Rose2012-07-241-0/+6
* Process attributes in the order they appear in the source code. This make clangRafael Espindola2012-05-071-2/+2
* Split mergeAvailabilityAttr out of handleAvailabilityAttr. This is importantRafael Espindola2012-05-061-0/+13
* with -Wdeprecated, include a note to its deprecated declarationFariborz Jahanian2012-04-231-1/+1
* fixes location of "availability" attribute so warning is displayed atFariborz Jahanian2012-01-231-0/+7
* test/Sema/attr-availability.c: Add explicit -triple x86_64-apple-darwin9, for...NAKAMURA Takumi2011-12-101-1/+1
* Add ability to supply additional message to availability macros,Fariborz Jahanian2011-12-101-0/+12
* For the availability attribute, allow a declaration to be deprecatedDouglas Gregor2011-08-101-1/+2
* Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor2011-03-231-0/+6