summaryrefslogtreecommitdiff
path: root/test/SemaObjC/selector-1.m
AgeCommit message (Expand)Author
2014-06-24Objective-C. When we use @selector(save:), etc. there may be more Fariborz Jahanian
2014-03-28Objective-C. Make -Wselector-type-mismatch off byFariborz Jahanian
2014-03-28Objective-C. revert r204965. This will makeFariborz Jahanian
2014-03-27Objective-C. Make multiple selector warningFariborz Jahanian
2014-03-12Objective-C. Issue diagnostics on mismatched methods when their selector is usedFariborz Jahanian
2013-12-05Correct hyphenations in comments and assert messagesAlp Toker
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2011-02-04Restore a test which I accientally overwrote in my lastFariborz Jahanian
2011-02-04-Wselector should warn on implemented selectors onlyFariborz 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-08-22Don't issue warning on multiple selector found when Fariborz Jahanian
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-11Fix <rdar://problem/6505139> [clang on growl]: need to allow unnamed selector...Steve Naroff
2008-07-26move all objc sema tests into a new SemaObjC directory. Next step is toChris Lattner