Fix <rdar://problem/6574319> clang issues error on 'readonly' property with a...
Fix <rdar://problem/6574319> clang issues error on 'readonly' property with a defaul setter attribute. Needed to make isPropertyReadonly() non-const (for this fix to compile). I imagine there's a way to retain the const-ness, however I have more important fish to fry. llvm-svn: 65562
Loading
Please register or sign in to comment