summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/special-dep-unavail-warning.m
Commit message (Expand)AuthorAgeFilesLines
* Wordsmith "maybe" into "may be" in diagnostic, and move warning under flag.Ted Kremenek2013-12-191-10/+10
* Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek2013-12-181-7/+7
* -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-1/+1
* Use Sema::RequireCompleteType to check for the completeness ofDouglas Gregor2011-11-141-1/+1
* Avoid duplicate unavailbility diagnostics in objc++.Fariborz Jahanian2011-10-151-0/+10
* Automatic Reference Counting.John McCall2011-06-151-5/+5
* "note" location of forward class used as receiver ofFariborz Jahanian2011-04-231-1/+1
* Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor2011-03-231-4/+2
* Warn when message is sent to receiver ofFariborz Jahanian2010-12-211-0/+47