mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Rename @asmname to @_silgen_name.
This reflects the fact that the attribute's only for compiler-internal use, and isn't really equivalent to C's asm attribute, since it doesn't change the calling convention to be C-compatible.
This commit is contained in:
@@ -135,7 +135,7 @@ struct SwiftError : SwiftErrorHeader {
|
||||
SwiftError &operator=(const SwiftError &) = delete;
|
||||
SwiftError &operator=(SwiftError &&) = delete;
|
||||
};
|
||||
|
||||
|
||||
/// Allocate a catchable error object.
|
||||
///
|
||||
/// If value is nonnull, it should point to a value of \c type, which will be
|
||||
|
||||
Reference in New Issue
Block a user