]> granicus.if.org Git - clang/commit
Class continuation now has its own property ast for
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 15 Feb 2010 21:55:26 +0000 (21:55 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 15 Feb 2010 21:55:26 +0000 (21:55 +0000)
commit25760611365be23556b32332f8a66ae21ea93ecf
tree805268a2e4d69a0dfd30e5d79652b77c5c1964e4
parentaad49232a7d4037d39c5de9b12d9c76ebe1f565f
Class continuation now has its own property ast for
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96276 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
lib/AST/DeclObjC.cpp
lib/Sema/SemaDeclObjC.cpp
test/SemaObjC/duplicate-property-class-extension.m [new file with mode: 0644]