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
Showing
- include/clang/AST/DeclObjC.h 6 additions, 0 deletionsinclude/clang/AST/DeclObjC.h
- include/clang/Basic/DiagnosticSemaKinds.td 5 additions, 0 deletionsinclude/clang/Basic/DiagnosticSemaKinds.td
- lib/AST/DeclObjC.cpp 24 additions, 0 deletionslib/AST/DeclObjC.cpp
- lib/Sema/SemaObjCProperty.cpp 54 additions, 0 deletionslib/Sema/SemaObjCProperty.cpp
- test/SemaObjC/property-ambiguous-synthesis.m 48 additions, 0 deletionstest/SemaObjC/property-ambiguous-synthesis.m
Loading
Please register or sign in to comment