We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a455bb8 commit e2aed58Copy full SHA for e2aed58
include/swift/Basic/MacroRoles.def
@@ -13,6 +13,11 @@
13
// This file defines all of the kinds of macro roles. Clients should define
14
// either MACRO_ROLE or both ATTACHED_MACRO_ROLE and FREESTANDING_MACRO_ROLE.
15
//
16
+// The order of the macro roles in this file is significant for the
17
+// serialization of module files. Please do not re-order the entries without
18
+// also bumping the module format version. When introducing new macro roles,
19
+// please add them to the end of the file.
20
+//
21
//===----------------------------------------------------------------------===//
22
23
#ifndef ATTACHED_MACRO_ROLE
0 commit comments