[Gardening] De-RST TransparentAttr

This commit is contained in:
Robert Widmann
2020-05-02 02:17:49 -07:00
parent 309f86433d
commit 00b46f3653
4 changed files with 77 additions and 81 deletions

View File

@@ -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`