We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4f710 commit 7d2296fCopy full SHA for 7d2296f
include/swift/ABI/Class.h
@@ -40,7 +40,7 @@ enum class ObjCClassFlags : uint32_t {
40
/// This class has the exception attribute.
41
Exception = 0x00020,
42
43
- /// (Obsolete) ARC-specific: this class has a .release_ivars method
+ /// (Obsolete) ARC-specific: this class has a .release_ivars method.
44
HasIvarReleaser = 0x00040,
45
46
/// This class implementation was compiled under ARC.
@@ -61,4 +61,4 @@ inline ObjCClassFlags operator|(ObjCClassFlags lhs, ObjCClassFlags rhs) {
61
62
}
63
64
-#endif
+#endif /* SWIFT_ABI_CLASS_H */
0 commit comments