summaryrefslogtreecommitdiff
path: root/test/Sema/attr-unavailable-message.c
AgeCommit message (Expand)Author
2017-07-05[Sema] Don't allow -Wunguarded-availability to be silenced with redeclsErik Pilkington
2016-12-01[TableGen] Ignore fake args for parsing-related arg counts.George Burgess IV
2013-12-18Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek
2013-07-30err_attribute_not_string has been subsumed by err_attribute_argument_type.Aaron Ballman
2013-07-18Removed a parameter from handleAttrWithMessage to make it more consistent wit...Aaron Ballman
2012-08-08Unify the codepaths for emitting deprecation warnings. The test changes are ...Eli Friedman
2012-05-27-Wdeprecated warning to include reference (as a note)Fariborz Jahanian
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2011-11-28pinpoint name/location of deprecated/unavailable enumeratorFariborz Jahanian
2011-09-29c - Enumerators may inherit the deprecated/unavailable Fariborz Jahanian
2011-06-17Don't emit 'unavailable' errors inside an unavailable function. rdar://9623855.Argyrios Kyrtzidis
2010-11-08Document Clang's support for attributes on individual enumerators andJohn McCall
2010-10-06Patch for adding message to unavailable attribute.Fariborz Jahanian