summaryrefslogtreecommitdiff
path: root/test/SemaObjC/category-1.m
Commit message (Expand)AuthorAgeFilesLines
* Objective-C. Diagose use of undefined protocolsFariborz Jahanian2014-03-111-1/+2
* Change 'method X in protocol not implemented' warning to include the name of ...Ted Kremenek2013-12-131-2/+2
* Split "incomplete implementation" warnings for ObjC into separate warnings.Ted Kremenek2013-03-271-2/+1
* In the override search for Objective-C methods, protect against ASTs that hav...Douglas Gregor2012-05-171-0/+9
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* [Sema] Fix crash-on-invalid-code issue:Argyrios Kyrtzidis2012-03-021-0/+4
* After numerous requests, have Objective-C 'method declared here' notes mentio...Ted Kremenek2012-02-271-2/+2
* 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-2/+2
* Add test case for <rdar://problem/8891119>. InTed Kremenek2011-01-201-0/+17
* Improve diagnostics reporting of un-implementedFariborz Jahanian2010-10-291-2/+3
* Patch implements gcc's -Wno-protocol option to suppress warningFariborz Jahanian2010-03-311-1/+1
* Improve diagnostics on incomplete implementationFariborz Jahanian2010-03-271-3/+3
* Fix another crash on invalid code. In this case, handle ObjC categories (wit...Ted Kremenek2010-02-231-0/+4
* Implement typo correction for a variety of Objective-C-specificDouglas Gregor2010-01-031-1/+1
* 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
* Add a test case demonstrating a situation where we get protocol type checkingDaniel Dunbar2009-09-291-0/+15
* - Introduce ASTContext::getObjCImplementation() and ASTContext::setObjCImplem...Argyrios Kyrtzidis2009-07-211-0/+4
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Tweak duplicate category diagnostic to work like the duplicate protocol diagn...Chris Lattner2008-11-231-11/+10
* Convert IdentifierInfo's to be printed the same as DeclarationNames Chris Lattner2008-11-231-0/+1
* simplify some code.Chris Lattner2008-07-261-2/+2
* move all objc sema tests into a new SemaObjC directory. Next step is toChris Lattner2008-07-261-0/+56