mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Rename "suppressible protocols" to "invertible protocols".
We've decided to use the "invertible protocols" terminology throughout the runtime and compiler, so move over to that terminology consistently.
This commit is contained in:
@@ -136,9 +136,9 @@ PROTOCOL(AsyncIteratorProtocol)
|
||||
|
||||
PROTOCOL(FloatingPoint)
|
||||
|
||||
#define SUPPRESSIBLE_PROTOCOL(Name, Bit) \
|
||||
#define INVERTIBLE_PROTOCOL(Name, Bit) \
|
||||
INVERTIBLE_PROTOCOL_WITH_NAME(Name, #Name)
|
||||
#include "swift/ABI/SuppressibleProtocols.def"
|
||||
#include "swift/ABI/InvertibleProtocols.def"
|
||||
|
||||
PROTOCOL_(BitwiseCopyable)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user