| commit | dd88dbf9d2b342cf2ce7a9d093033adf95475d46 | [log] [tgz] |
|---|---|---|
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Mon Jan 31 21:34:11 2011 +0000 |
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Mon Jan 31 21:34:11 2011 +0000 |
| tree | 50f5cff069903a28a607af72beb2dde62bd3dac7 | |
| parent | 9a58919c8e24503f047068a8bf521d307c817f9d [diff] |
Add -Wcustom-atomic-properties which warns if an atomic-by-default property has custom getter or setter. The rationale is that it is highly likely that the user's getter/setter isn't atomically implemented. Off by default. Addresses rdar://8782645. -Wcustom-atomic-properties and -Wimplicit-atomic-properties are under the -Watomic-properties group. llvm-svn: 124609