mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Gardening] De-RST TransparentAttr
This commit is contained in:
@@ -180,7 +180,7 @@ let theBits = unsafeBitCast(&x, ...)
|
||||
|
||||
Should only be used if necessary. This has the effect of forcing inlining to occur before any dataflow analyses take place. Unless you specifically need this behavior, use `@_inline(__always)` or some other mechanism. Its primary purpose is to force the compiler's static checks to peer into the body for diagnostic purposes.
|
||||
|
||||
Use of this attribute imposes limitations on what can be in the body. For more details, refer to the [documentation](https://github.com/apple/swift/blob/master/docs/TransparentAttr.rst).
|
||||
Use of this attribute imposes limitations on what can be in the body. For more details, refer to the [documentation](https://github.com/apple/swift/blob/master/docs/TransparentAttr.md).
|
||||
|
||||
#### `@unsafe_no_objc_tagged_pointer`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user