Skip to content
  • Daniel Dunbar's avatar
    Implement type checking of Objective-C property attributes. · e8a06e61
    Daniel Dunbar authored
     - readonly and readwrite are mutually exclusive.
     - assign, copy, and retain are mutually exclusive.
     - copy and retain are invalid on non-object types.
     - Warn about using default 'assign' property on object types
       (attempting to follow gcc behavior).
    
    llvm-svn: 56507
    e8a06e61
Loading