| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added a new attribute, objc_root_class, which informs the compiler when a ↵ | Patrick Beard | 2012-04-06 | 1 | -1/+1 |
| | | | | | | | | | | root class is intentionally declared. The warning this inhibits, -Wobjc-root-class, is opt-in for now. However, all clang unit tests that would trigger the warning have been updated to use -Wno-objc-root-class. <rdar://problem/7446698> llvm-svn: 154187 | ||||
| * | Improve the diagnostic for -Wcustom-atomic-properties. Suggestion by Fariborz! | Argyrios Kyrtzidis | 2011-01-31 | 1 | -2/+12 |
| | | | | | llvm-svn: 124620 | ||||
| * | Add -Wcustom-atomic-properties which warns if an atomic-by-default property ↵ | Argyrios Kyrtzidis | 2011-01-31 | 1 | -0/+10 |
| 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 | |||||

