]> granicus.if.org Git - clang/commit
Objective-C [qoi]: When an class conforms to multiple
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 20 May 2013 21:20:24 +0000 (21:20 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 20 May 2013 21:20:24 +0000 (21:20 +0000)
commit8dbda516d343706bae904f800c6d64e145d58a8c
treeb29829320675c1be07a572b7885668c0abb558d4
parent3a7d82c4852dfd1e78f7ce7bdd94cc5eb1e4a0bc
Objective-C [qoi]: When an class conforms to multiple
protocols that declare the same property of incompatible
types, issue a warning when class implementation synthesizes
the property. // rdar://13075400

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182316 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
include/clang/Basic/DiagnosticSemaKinds.td
lib/AST/DeclObjC.cpp
lib/Sema/SemaObjCProperty.cpp
test/SemaObjC/property-ambiguous-synthesis.m [new file with mode: 0644]