summaryrefslogtreecommitdiff
path: root/test/SemaObjC/check-dup-objc-decls-1.m
AgeCommit message (Expand)Author
2016-11-10Add -Wduplicate-protocol for existing diagnosticAlex Lorenz
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard
2010-03-05Patch to build qualifier on objective-cFariborz Jahanian
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Change tests to use clang -cc1...Fariborz Jahanian
2009-04-23Sema::ActOnStartClassInterface(): Use PushOnScopeChains().Steve Naroff
2009-04-06Warn instead of error on duplicate protocol definitions.Fariborz Jahanian
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-07Make one expected-diag directive match exactly one actual diagnostic.Sebastian Redl
2008-11-23Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner
2008-11-23make some objc redefinition warnings more consistent: call definitions Chris Lattner
2008-11-23Tweak duplicate category diagnostic to work like the duplicate protocol diagn...Chris Lattner
2008-11-23Convert IdentifierInfo's to be printed the same as DeclarationNames Chris Lattner
2008-11-18Fix <rdar://problem/6329769> [sema] crash on duplication definition of interf...Steve Naroff
2008-07-26move all objc sema tests into a new SemaObjC directory. Next step is toChris Lattner