summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/dist-object-modifiers.m
Commit message (Collapse)AuthorAgeFilesLines
* Added a new attribute, objc_root_class, which informs the compiler when a ↵Patrick Beard2012-04-061-1/+1
| | | | | | | | | root class is intentionally declared. The warning this inhibits, -Wobjc-root-class, is opt-in for now. However, all clang unit tests that would trigger the warning have been updated to use -Wno-objc-root-class. <rdar://problem/7446698> llvm-svn: 154187
* objective-c: Using existing infrastructure for finding Fariborz Jahanian2011-08-101-2/+2
| | | | | | | | | overridden methods to diagnose their type mismatch. This is a general solution for previous fixes for // rdar://6191214 and // rdar://9352731 and removes lots of duplicate code. llvm-svn: 137222
* objc: clang should warn if redeclaration of methodsFariborz Jahanian2011-07-241-2/+2
| | | | | | | | | declared in protocol in the class qualified by the protocol have type conflicts. To reduce amount of noise, this is done when class is implemented. // rdar://9352731 llvm-svn: 135890
* fix typo in *all* of the test casesMatt Beaumont-Gay2011-02-231-1/+1
| | | | llvm-svn: 126328
* fix typo in test tooMatt Beaumont-Gay2011-02-231-1/+1
| | | | llvm-svn: 126327
* Warn when type modifiers on objc method declarations inFariborz Jahanian2011-02-211-0/+21
protocols do not match with method implementation. // rdar://7076235 llvm-svn: 126162
OpenPOWER on IntegriCloud