summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/method-conflict.m
Commit message (Expand)AuthorAgeFilesLines
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* Implement the newest status quo for method override checking. The idea nowJohn McCall2010-10-281-1/+1
* Method declaration and its implementation must match in all their types.Fariborz Jahanian2010-10-051-2/+2
* Clang missing warning about conflicting declaration vs. definition Fariborz Jahanian2010-05-211-0/+11
* 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
* Prep for new warning.Mike Stump2009-07-221-1/+3
* Don't warn if result/argument type of an implemented Fariborz Jahanian2009-05-141-3/+2
* Fix rdar://6771034: don't warn on use of forward declared protocol in protocolChris Lattner2009-04-121-1/+1
* improve the 'conflicting types' diagnostics to include correct location info,...Chris Lattner2009-04-111-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-2/+2
* The "real" fix for <rdar://problem/6424347> clang on xcode: Assertion failed:...Steve Naroff2008-12-101-4/+5
* Fix <rdar://problem/6424347> clang on xcode: Assertion failed: (0 && "unexpec...Steve Naroff2008-12-101-0/+53
OpenPOWER on IntegriCloud