rjmccall added a comment.

_Atomic is functionally a type qualifier and should be removed in Sema when 
computing the result type of the getter and the parameter type of the setter.  
That is, if the user declares a property of type _Atomic(_Bool), we should 
pretend that the property has type _Bool when creating the getter and setter.


http://reviews.llvm.org/D20407



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to