mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[noinline diagnostic] allow noinline on Func Decl only.
Also move noinline attribute to use the new infrastructure i.e SIMPLE_DECL_ATTR, per feedback from Dmitri. rdar://15882816 Swift SVN r19188
This commit is contained in:
@@ -40,7 +40,7 @@ const uint16_t VERSION_MAJOR = 0;
|
||||
/// Serialized module format minor version number.
|
||||
///
|
||||
/// When the format changes IN ANY WAY, this number should be incremented.
|
||||
const uint16_t VERSION_MINOR = 107;
|
||||
const uint16_t VERSION_MINOR = 108;
|
||||
|
||||
using DeclID = Fixnum<31>;
|
||||
using DeclIDField = BCFixed<31>;
|
||||
@@ -727,7 +727,6 @@ namespace decls_block {
|
||||
BCFixed<1>, // mutating?
|
||||
BCFixed<1>, // has dynamic self?
|
||||
BCFixed<1>, // optional?
|
||||
BCFixed<1>, // noinline?
|
||||
BCVBR<5>, // number of parameter patterns
|
||||
TypeIDField, // type (signature)
|
||||
TypeIDField, // interface type
|
||||
|
||||
Reference in New Issue
Block a user