summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/duplicate-property-class-extension.m
Commit message (Collapse)AuthorAgeFilesLines
* objc: use "class extension" instead of "continuation class"Fariborz Jahanian2012-05-181-1/+1
| | | | | | to match documentation. // rdar://11309706 llvm-svn: 157074
* Check for duplicate declaration of a property in current andFariborz Jahanian2010-11-101-6/+7
| | | | | | other class extensions. // rdar://7629420 llvm-svn: 118689
* Tweak diagnostics for redeclaration of a @property in a class extension ↵Ted Kremenek2010-10-211-3/+5
| | | | | | | | | | where the redelcaration and original declaration have the 'readwrite' attribute. This is a common case, and we can issue a more lucid diagnostic. Fixes <rdar://problem/7629420>. llvm-svn: 117045
* Patch to provide separate ASTs for multiple ObjC class extension Fariborz Jahanian2010-06-221-3/+11
| | | | | | declarations (implements radar 7928731). llvm-svn: 106597
* Class continuation now has its own property ast forFariborz Jahanian2010-02-151-0/+13
those declared in it. This is to allow duplicate property diagnostics for properties declared in class extensions multiple times (radar 7629420) and for future use. llvm-svn: 96276
OpenPOWER on IntegriCloud