File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,8 @@ enum class KeyPathComputedComponentIdKindEncoding : uint8_t {
81
81
// /
82
82
// / \sa SIL_INDEX_BLOCK_ID
83
83
namespace sil_index_block {
84
+ // clang-format off
85
+
84
86
// These IDs must \em not be renumbered or reordered without incrementing
85
87
// the module version.
86
88
enum RecordKind {
@@ -111,12 +113,16 @@ namespace sil_index_block {
111
113
BCFixed<4 >, // record ID
112
114
BCArray<BitOffsetField>
113
115
>;
116
+
117
+ // clang-format on
114
118
}
115
119
116
120
// / The record types within the "sil" block.
117
121
// /
118
122
// / \sa SIL_BLOCK_ID
119
123
namespace sil_block {
124
+ // clang-format off
125
+
120
126
// These IDs must \em not be renumbered or reordered without incrementing
121
127
// the module version.
122
128
enum RecordKind : uint8_t {
@@ -566,6 +572,8 @@ namespace sil_block {
566
572
ValueIDField, // decl
567
573
BCArray<IdentifierIDField> // referenced functions
568
574
>;
575
+
576
+ // clang-format on
569
577
}
570
578
571
579
} // end namespace serialization
You can’t perform that action at this time.
0 commit comments