summaryrefslogtreecommitdiff
path: root/test/SemaObjC/selector-1.m
Commit message (Expand)AuthorAge
* Objective-C. When we use @selector(save:), etc. there may be more Fariborz Jahanian2014-06-24
* Objective-C. Make -Wselector-type-mismatch off byFariborz Jahanian2014-03-28
* Objective-C. revert r204965. This will makeFariborz Jahanian2014-03-28
* Objective-C. Make multiple selector warningFariborz Jahanian2014-03-27
* Objective-C. Issue diagnostics on mismatched methods when their selector is usedFariborz Jahanian2014-03-12
* Correct hyphenations in comments and assert messagesAlp Toker2013-12-05
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-19
* Restore a test which I accientally overwrote in my lastFariborz Jahanian2011-02-04
* -Wselector should warn on implemented selectors onlyFariborz Jahanian2011-02-04
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* Change tests to use clang -cc1...Fariborz Jahanian2009-12-14
* Don't issue warning on multiple selector found when Fariborz Jahanian2009-08-22
* Rename clang to clang-cc.Daniel Dunbar2009-03-24
* Fix <rdar://problem/6505139> [clang on growl]: need to allow unnamed selector...Steve Naroff2009-02-11
* move all objc sema tests into a new SemaObjC directory. Next step is toChris Lattner2008-07-26