aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/method-conflict.m
AgeCommit message (Expand)Author
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard
2010-10-28Implement the newest status quo for method override checking. The idea nowJohn McCall
2010-10-05Method declaration and its implementation must match in all their types.Fariborz Jahanian
2010-05-21Clang missing warning about conflicting declaration vs. definition Fariborz 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-07-22Prep for new warning.Mike Stump
2009-05-14Don't warn if result/argument type of an implemented Fariborz Jahanian
2009-04-12Fix rdar://6771034: don't warn on use of forward declared protocol in protocolChris Lattner
2009-04-11improve the 'conflicting types' diagnostics to include correct location info,...Chris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-12-10The "real" fix for <rdar://problem/6424347> clang on xcode: Assertion failed:...Steve Naroff
2008-12-10Fix <rdar://problem/6424347> clang on xcode: Assertion failed: (0 && "unexpec...Steve Naroff