summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/method-undef-category-warn-1.m
Commit message (Expand)AuthorAgeFilesLines
* Change 'method X in protocol not implemented' warning to include the name of ...Ted Kremenek2013-12-131-4/+4
* Split "incomplete implementation" warnings for ObjC into separate warnings.Ted Kremenek2013-03-271-8/+8
* objective-c: Don't warn when a category does not implement a methodFariborz Jahanian2012-04-051-0/+21
* After numerous requests, have Objective-C 'method declared here' notes mentio...Ted Kremenek2012-02-271-4/+4
* objc: If a method is not implemented in the category implementation butFariborz Jahanian2012-02-091-0/+23
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-4/+4
* Improve diagnostics reporting of un-implementedFariborz Jahanian2010-10-291-5/+7
* Patch implements gcc's -Wno-protocol option to suppress warningFariborz Jahanian2010-03-311-2/+2
* Further improvement to point to categoryFariborz Jahanian2010-03-271-3/+3
* Improve diagnostics on incomplete implementationFariborz Jahanian2010-03-271-11/+7
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Change tests to use clang -cc1...Fariborz Jahanian2009-12-141-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* move all objc sema tests into a new SemaObjC directory. Next step is toChris Lattner2008-07-261-0/+32