@@ -138,21 +138,6 @@ compilation_time(
138
138
float seconds : float ref
139
139
);
140
140
141
- /**
142
- * An error or warning generated by the extractor.
143
- * The diagnostic message `diagnostic` was generated during compiler
144
- * invocation `compilation`, and is the `file_number_diagnostic_number`th
145
- * message generated while extracting the `file_number`th file of that
146
- * invocation.
147
- */
148
- #keyset[compilation, file_number, file_number_diagnostic_number]
149
- diagnostic_for(
150
- unique int diagnostic : @diagnostic ref,
151
- int compilation : @compilation ref,
152
- int file_number : int ref,
153
- int file_number_diagnostic_number : int ref
154
- );
155
-
156
141
/**
157
142
* The `cpu_seconds` and `elapsed_seconds` are the CPU time and elapsed
158
143
* time (respectively) that the original compilation (not the extraction)
@@ -191,6 +176,21 @@ diagnostics(
191
176
int location: @location_default ref
192
177
);
193
178
179
+ /**
180
+ * An error or warning generated by the extractor.
181
+ * The diagnostic message `diagnostic` was generated during compiler
182
+ * invocation `compilation`, and is the `file_number_diagnostic_number`th
183
+ * message generated while extracting the `file_number`th file of that
184
+ * invocation.
185
+ */
186
+ #keyset[compilation, file_number, file_number_diagnostic_number]
187
+ diagnostic_for(
188
+ unique int diagnostic : @diagnostic ref,
189
+ int compilation : @compilation ref,
190
+ int file_number : int ref,
191
+ int file_number_diagnostic_number : int ref
192
+ );
193
+
194
194
/*
195
195
* External artifacts
196
196
*/
0 commit comments