mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Back out changes for in-place methods/operators from Xcode 7.
This reverts commits r26508, r26545, and r26576. Swift SVN r26900
This commit is contained in:
@@ -897,10 +897,10 @@ namespace decls_block {
|
||||
DeclContextIDField,// context decl
|
||||
AssociativityField,
|
||||
BCFixed<8>, // precedence
|
||||
BCFixed<1>, // mutating
|
||||
BCFixed<1>, // assignment
|
||||
BCFixed<1>, // IsAssocImplicit flag
|
||||
BCFixed<1>, // IsPrecedenceImplicit flag
|
||||
BCFixed<1> // IsMutatingImplicit flag
|
||||
BCFixed<1> // IsAssignmentImplicit flag
|
||||
>;
|
||||
|
||||
using EnumElementLayout = BCRecordLayout<
|
||||
|
||||
Reference in New Issue
Block a user