summaryrefslogtreecommitdiff
path: root/test/Sema/attr-unavailable-message.c
Commit message (Expand)AuthorAgeFilesLines
* Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek2013-12-181-6/+6
* err_attribute_not_string has been subsumed by err_attribute_argument_type.Aaron Ballman2013-07-301-3/+3
* Removed a parameter from handleAttrWithMessage to make it more consistent wit...Aaron Ballman2013-07-181-0/+5
* Unify the codepaths for emitting deprecation warnings. The test changes are ...Eli Friedman2012-08-081-1/+1
* -Wdeprecated warning to include reference (as a note)Fariborz Jahanian2012-05-271-1/+1
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-2/+2
* pinpoint name/location of deprecated/unavailable enumeratorFariborz Jahanian2011-11-281-4/+4
* c - Enumerators may inherit the deprecated/unavailable Fariborz Jahanian2011-09-291-0/+21
* Don't emit 'unavailable' errors inside an unavailable function. rdar://9623855.Argyrios Kyrtzidis2011-06-171-0/+10
* Document Clang's support for attributes on individual enumerators andJohn McCall2010-11-081-0/+2
* Patch for adding message to unavailable attribute.Fariborz Jahanian2010-10-061-0/+16