]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - include/clang/Basic/DiagnosticSerializationKinds.td
Vendor import of stripped clang trunk r375505, the last commit before
[FreeBSD/FreeBSD.git] / include / clang / Basic / DiagnosticSerializationKinds.td
1 //==--- DiagnosticSerializationKinds.td - serialization diagnostics -------===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
8
9 let Component = "Serialization" in {
10 let CategoryName = "AST Deserialization Issue" in {
11
12 def err_fe_unable_to_read_pch_file : Error<
13     "unable to read PCH file %0: '%1'">;
14 def err_fe_not_a_pch_file : Error<
15     "input is not a PCH file: '%0'">;
16 def err_fe_pch_malformed : Error<
17     "malformed or corrupted AST file: '%0'">, DefaultFatal;
18 def err_fe_pch_malformed_block : Error<
19     "malformed block record in PCH file: '%0'">, DefaultFatal;
20 def err_fe_pch_file_modified : Error<
21     "file '%0' has been modified since the precompiled header '%1' was built"
22     ": %select{size|mtime|content}2 changed">,
23     DefaultFatal;
24 def err_fe_module_file_modified : Error<
25     "file '%0' has been modified since the module file '%1' was built"
26     ": %select{size|mtime|content}2 changed">,
27     DefaultFatal;
28 def err_fe_ast_file_modified : Error<
29     "file '%0' has been modified since the AST file '%1' was built"
30     ": %select{size|mtime|content}2 changed">,
31     DefaultFatal;
32 def err_fe_pch_file_overridden : Error<
33     "file '%0' from the precompiled header has been overridden">;
34 def note_pch_required_by : Note<"'%0' required by '%1'">;
35 def note_pch_rebuild_required : Note<"please rebuild precompiled header '%0'">;
36 def note_module_cache_path : Note<
37     "after modifying system headers, please delete the module cache at '%0'">;
38
39 def err_pch_targetopt_mismatch : Error<
40     "PCH file was compiled for the %0 '%1' but the current translation "
41     "unit is being compiled for target '%2'">;
42 def err_pch_targetopt_feature_mismatch : Error<
43     "%select{AST file was|current translation unit is}0 compiled with the target "
44     "feature '%1' but the %select{current translation unit is|AST file was}0 "
45     "not">;
46 def err_pch_langopt_mismatch : Error<"%0 was %select{disabled|enabled}1 in "
47     "PCH file but is currently %select{disabled|enabled}2">;
48 def err_pch_langopt_value_mismatch : Error<
49   "%0 differs in PCH file vs. current file">;
50 def err_pch_diagopt_mismatch : Error<"%0 is currently enabled, but was not in "
51   "the PCH file">;
52 def err_pch_modulecache_mismatch : Error<"PCH was compiled with module cache "
53   "path '%0', but the path is currently '%1'">;
54
55 def err_pch_version_too_old : Error<
56     "PCH file uses an older PCH format that is no longer supported">;
57 def err_pch_version_too_new : Error<
58     "PCH file uses a newer PCH format that cannot be read">;
59 def err_pch_different_branch : Error<
60     "PCH file built from a different branch (%0) than the compiler (%1)">;
61 def err_pch_with_compiler_errors : Error<
62     "PCH file contains compiler errors">;
63
64 def err_module_file_conflict : Error<
65   "module '%0' is defined in both '%1' and '%2'">, DefaultFatal;
66 def err_module_file_not_found : Error<
67   "%select{PCH|module|AST}0 file '%1' not found%select{|: %3}2">, DefaultFatal;
68 def err_module_file_out_of_date : Error<
69   "%select{PCH|module|AST}0 file '%1' is out of date and "
70   "needs to be rebuilt%select{|: %3}2">, DefaultFatal;
71 def err_module_file_invalid : Error<
72   "file '%1' is not a valid precompiled %select{PCH|module|AST}0 file">, DefaultFatal;
73 def note_module_file_imported_by : Note<
74   "imported by %select{|module '%2' in }1'%0'">;
75 def err_module_file_not_module : Error<
76   "AST file '%0' was not built as a module">, DefaultFatal;
77
78 def remark_module_import : Remark<
79   "importing module '%0'%select{| into '%3'}2 from '%1'">,
80   InGroup<ModuleImport>;
81
82 def err_imported_module_not_found : Error<
83     "module '%0' in AST file '%1' %select{(imported by AST file '%2') |}4"
84     "is not defined in any loaded module map file; "
85     "maybe you need to load '%3'?">, DefaultFatal;
86 def note_imported_by_pch_module_not_found : Note<
87     "consider adding '%0' to the header search path">;
88 def err_imported_module_modmap_changed : Error<
89     "module '%0' %select{in|imported by}4 AST file '%1' found in a different module map file"
90     " (%2) than when the importing AST file was built (%3)">, DefaultFatal;
91 def err_imported_module_relocated : Error<
92     "module '%0' was built in directory '%1' but now resides in "
93     "directory '%2'">, DefaultFatal;
94 def err_module_different_modmap : Error<
95     "module '%0' %select{uses|does not use}1 additional module map '%2'"
96     "%select{| not}1 used when the module was built">;
97
98 def err_pch_macro_def_undef : Error<
99     "macro '%0' was %select{defined|undef'd}1 in the precompiled header but "
100     "%select{undef'd|defined}1 on the command line">;
101 def err_pch_macro_def_conflict : Error<
102     "definition of macro '%0' differs between the precompiled header ('%1') "
103     "and the command line ('%2')">;
104 def err_pch_undef : Error<
105     "%select{command line contains|precompiled header was built with}0 "
106     "'-undef' but %select{precompiled header was not built with it|"
107     "it is not present on the command line}0">;
108 def err_pch_pp_detailed_record : Error<
109     "%select{command line contains|precompiled header was built with}0 "
110     "'-detailed-preprocessing-record' but %select{precompiled header was not "
111     "built with it|it is not present on the command line}0">;
112
113 def err_module_odr_violation_missing_decl : Error<
114   "%q0 from module '%1' is not present in definition of %q2"
115   "%select{ in module '%4'| provided earlier}3">, NoSFINAE;
116 def note_module_odr_violation_no_possible_decls : Note<
117   "definition has no member %0">;
118 def note_module_odr_violation_possible_decl : Note<
119   "declaration of %0 does not match">;
120 def err_module_odr_violation_different_definitions : Error<
121   "%q0 has different definitions in different modules; "
122   "%select{definition in module '%2' is here|defined here}1">;
123 def note_first_module_difference : Note<
124   "in first definition, possible difference is here">;
125 def note_module_odr_violation_different_definitions : Note<
126   "definition in module '%0' is here">;
127 def note_second_module_difference : Note<
128   "in second definition, possible difference is here">;
129
130 def err_module_odr_violation_different_instantiations : Error<
131   "instantiation of %q0 is different in different modules">;
132
133 def err_module_odr_violation_definition_data : Error <
134   "%q0 has different definitions in different modules; first difference is "
135   "%select{definition in module '%2'|defined here}1 found "
136   "%select{"
137   "%4 base %plural{1:class|:classes}4|"
138   "%4 virtual base %plural{1:class|:classes}4|"
139   "%ordinal4 base class with type %5|"
140   "%ordinal4 %select{non-virtual|virtual}5 base class %6|"
141   "%ordinal4 base class %5 with "
142   "%select{public|protected|private|no}6 access specifier}3">;
143
144 def note_module_odr_violation_definition_data : Note <
145   "but in '%0' found "
146   "%select{"
147   "%2 base %plural{1:class|:classes}2|"
148   "%2 virtual base %plural{1:class|:classes}2|"
149   "%ordinal2 base class with different type %3|"
150   "%ordinal2 %select{non-virtual|virtual}3 base class %4|"
151   "%ordinal2 base class %3 with "
152   "%select{public|protected|private|no}4 access specifier}1">;
153
154 def err_module_odr_violation_template_parameter : Error <
155   "%q0 has different definitions in different modules; first difference is "
156   "%select{definition in module '%2'|defined here}1 found "
157   "%select{"
158   "unnamed template parameter|"
159   "template parameter %4|"
160   "template parameter with %select{no |}4default argument|"
161   "template parameter with default argument}3">;
162
163
164 def note_module_odr_violation_template_parameter : Note <
165   "but in '%0' found "
166   "%select{"
167   "unnamed template parameter %2|"
168   "template parameter %2|"
169   "template parameter with %select{no |}2default argument|"
170   "template parameter with different default argument}1">;
171
172 def err_module_odr_violation_mismatch_decl : Error<
173   "%q0 has different definitions in different modules; first difference is "
174   "%select{definition in module '%2'|defined here}1 found "
175   "%select{end of class|public access specifier|private access specifier|"
176   "protected access specifier|static assert|field|method|type alias|typedef|"
177   "data member|friend declaration|function template}3">;
178 def note_module_odr_violation_mismatch_decl : Note<"but in '%0' found "
179   "%select{end of class|public access specifier|private access specifier|"
180   "protected access specifier|static assert|field|method|type alias|typedef|"
181   "data member|friend declaration|function template}1">;
182
183 def err_module_odr_violation_mismatch_decl_diff : Error<
184   "%q0 has different definitions in different modules; first difference is "
185   "%select{definition in module '%2'|defined here}1 found "
186   "%select{"
187   "static assert with condition|"
188   "static assert with message|"
189   "static assert with %select{|no }4message|"
190   "field %4|"
191   "field %4 with type %5|"
192   "%select{non-|}5bitfield %4|"
193   "bitfield %4 with one width expression|"
194   "%select{non-|}5mutable field %4|"
195   "field %4 with %select{no|an}5 initalizer|"
196   "field %4 with an initializer|"
197   "%select{method %5|constructor|destructor}4|"
198   "%select{method %5|constructor|destructor}4 "
199     "is %select{not deleted|deleted}6|"
200   "%select{method %5|constructor|destructor}4 "
201     "is %select{not defaulted|defaulted}6|"
202   "%select{method %5|constructor|destructor}4 "
203     "is %select{|pure }6%select{not virtual|virtual}7|"
204   "%select{method %5|constructor|destructor}4 "
205     "is %select{not static|static}6|"
206   "%select{method %5|constructor|destructor}4 "
207     "is %select{not volatile|volatile}6|"
208   "%select{method %5|constructor|destructor}4 "
209     "is %select{not const|const}6|"
210   "%select{method %5|constructor|destructor}4 "
211     "is %select{not inline|inline}6|"
212   "%select{method %5|constructor|destructor}4 "
213     "that has %6 parameter%s6|"
214   "%select{method %5|constructor|destructor}4 "
215     "with %ordinal6 parameter of type %7%select{| decayed from %9}8|"
216   "%select{method %5|constructor|destructor}4 "
217     "with %ordinal6 parameter named %7|"
218   "%select{method %5|constructor|destructor}4 "
219     "with %ordinal6 parameter with%select{out|}7 a default argument|"
220   "%select{method %5|constructor|destructor}4 "
221     "with %ordinal6 parameter with a default argument|"
222   "%select{method %5|constructor|destructor}4 "
223     "with %select{no |}6template arguments|"
224   "%select{method %5|constructor|destructor}4 "
225     "with %6 template argument%s6|"
226   "%select{method %5|constructor|destructor}4 "
227     "with %6 for %ordinal7 template argument|"
228   "%select{method %5|constructor|destructor}4 "
229     "with %select{no body|body}6|"
230   "%select{method %5|constructor|destructor}4 "
231     "with body|"
232   "%select{typedef|type alias}4 name %5|"
233   "%select{typedef|type alias}4 %5 with underlying type %6|"
234   "data member with name %4|"
235   "data member %4 with type %5|"
236   "data member %4 with%select{out|}5 an initializer|"
237   "data member %4 with an initializer|"
238   "data member %4 %select{is constexpr|is not constexpr}5|"
239   "friend %select{class|function}4|"
240   "friend %4|"
241   "friend function %4|"
242   "function template %4 with %5 template parameter%s5|"
243   "function template %4 with %ordinal5 template parameter being a "
244     "%select{type|non-type|template}6 template parameter|"
245   "function template %4 with %ordinal5 template parameter "
246     "%select{with no name|named %7}6|"
247   "function template %4 with %ordinal5 template parameter with "
248     "%select{no |}6default argument|"
249   "function template %4 with %ordinal5 template parameter with "
250     "default argument %6|"
251   "function template %4 with %ordinal5 template parameter with one type|"
252   "function template %4 with %ordinal5 template parameter %select{not |}6"
253     "being a template parameter pack|"
254   "}3">;
255
256 def note_module_odr_violation_mismatch_decl_diff : Note<"but in '%0' found "
257   "%select{"
258   "static assert with different condition|"
259   "static assert with different message|"
260   "static assert with %select{|no }2message|"
261   "field %2|"
262   "field %2 with type %3|"
263   "%select{non-|}3bitfield %2|"
264   "bitfield %2 with different width expression|"
265   "%select{non-|}3mutable field %2|"
266   "field %2 with %select{no|an}3 initializer|"
267   "field %2 with a different initializer|"
268   "%select{method %3|constructor|destructor}2|"
269   "%select{method %3|constructor|destructor}2 "
270     "is %select{not deleted|deleted}4|"
271   "%select{method %3|constructor|destructor}2 "
272     "is %select{not defaulted|defaulted}4|"
273   "%select{method %3|constructor|destructor}2 "
274     "is %select{|pure }4%select{not virtual|virtual}5|"
275   "%select{method %3|constructor|destructor}2 "
276     "is %select{not static|static}4|"
277   "%select{method %3|constructor|destructor}2 "
278     "is %select{not volatile|volatile}4|"
279   "%select{method %3|constructor|destructor}2 "
280     "is %select{not const|const}4|"
281   "%select{method %3|constructor|destructor}2 "
282     "is %select{not inline|inline}4|"
283   "%select{method %3|constructor|destructor}2 "
284     "that has %4 parameter%s4|"
285   "%select{method %3|constructor|destructor}2 "
286     "with %ordinal4 parameter of type %5%select{| decayed from %7}6|"
287   "%select{method %3|constructor|destructor}2 "
288     "with %ordinal4 parameter named %5|"
289   "%select{method %3|constructor|destructor}2 "
290     "with %ordinal4 parameter with%select{out|}5 a default argument|"
291   "%select{method %3|constructor|destructor}2 "
292     "with %ordinal4 parameter with a different default argument|"
293   "%select{method %3|constructor|destructor}2 "
294     "with %select{no |}4template arguments|"
295   "%select{method %3|constructor|destructor}2 "
296     "with %4 template argument%s4|"
297   "%select{method %3|constructor|destructor}2 "
298     "with %4 for %ordinal5 template argument|"
299   "%select{method %3|constructor|destructor}2 "
300     "with %select{no body|body}4|"
301   "%select{method %3|constructor|destructor}2 "
302     "with different body|"
303   "%select{typedef|type alias}2 name %3|"
304   "%select{typedef|type alias}2 %3 with different underlying type %4|"
305   "data member with name %2|"
306   "data member %2 with different type %3|"
307   "data member %2 with%select{out|}3 an initializer|"
308   "data member %2 with a different initializer|"
309   "data member %2 %select{is constexpr|is not constexpr}3|"
310   "friend %select{class|function}2|"
311   "friend %2|"
312   "friend function %2|"
313   "function template %2 with %3 template parameter%s3|"
314   "function template %2 with %ordinal3 template paramter being a "
315     "%select{type|non-type|template}4 template parameter|"
316   "function template %2 with %ordinal3 template parameter "
317     "%select{with no name|named %5}4|"
318   "function template %2 with %ordinal3 template parameter with "
319     "%select{no |}4default argument|"
320   "function template %2 with %ordinal3 template parameter with "
321     "default argument %4|"
322   "function template %2 with %ordinal3 template parameter with different type|"
323   "function template %2 with %ordinal3 template parameter %select{not |}4"
324     "being a template parameter pack|"
325   "}1">;
326
327 def err_module_odr_violation_function : Error<
328   "%q0 has different definitions in different modules; "
329   "%select{definition in module '%2'|defined here}1 "
330   "first difference is "
331   "%select{"
332   "return type is %4|"
333   "%ordinal4 parameter with name %5|"
334   "%ordinal4 parameter with type %5%select{| decayed from %7}6|"
335   "%ordinal4 parameter with%select{out|}5 a default argument|"
336   "%ordinal4 parameter with a default argument|"
337   "function body"
338   "}3">;
339
340 def note_module_odr_violation_function : Note<"but in '%0' found "
341   "%select{"
342   "different return type %2|"
343   "%ordinal2 parameter with name %3|"
344   "%ordinal2 parameter with type %3%select{| decayed from %5}4|"
345   "%ordinal2 parameter with%select{out|}3 a default argument|"
346   "%ordinal2 parameter with a different default argument|"
347   "a different body"
348   "}1">;
349
350 def err_module_odr_violation_enum : Error<
351   "%q0 has different definitions in different modules; "
352   "%select{definition in module '%2'|defined here}1 "
353   "first difference is "
354   "%select{"
355   "enum that is %select{not scoped|scoped}4|"
356   "enum scoped with keyword %select{struct|class}4|"
357   "enum %select{without|with}4 specified type|"
358   "enum with specified type %4|"
359   "enum with %4 element%s4|"
360   "%ordinal4 element has name %5|"
361   "%ordinal4 element %5 %select{has|does not have}6 an initilizer|"
362   "%ordinal4 element %5 has an initializer|"
363   "}3">;
364
365 def note_module_odr_violation_enum : Note<"but in '%0' found "
366   "%select{"
367   "enum that is %select{not scoped|scoped}2|"
368   "enum scoped with keyword %select{struct|class}2|"
369   "enum %select{without|with}2 specified type|"
370   "enum with specified type %2|"
371   "enum with %2 element%s2|"
372   "%ordinal2 element has name %3|"
373   "%ordinal2 element %3 %select{has|does not have}4 an initializer|"
374   "%ordinal2 element %3 has different initializer|"
375   "}1">;
376
377 def err_module_odr_violation_mismatch_decl_unknown : Error<
378   "%q0 %select{with definition in module '%2'|defined here}1 has different "
379   "definitions in different modules; first difference is this "
380   "%select{||||static assert|field|method|type alias|typedef|data member|"
381   "friend declaration|unexpected decl}3">;
382 def note_module_odr_violation_mismatch_decl_unknown : Note<
383   "but in '%0' found "
384   "%select{||||different static assert|different field|different method|"
385   "different type alias|different typedef|different data member|"
386   "different friend declaration|another unexpected decl}1">;
387
388 def warn_duplicate_module_file_extension : Warning<
389   "duplicate module file extension block name '%0'">,
390   InGroup<ModuleFileExtension>;
391
392 def warn_module_system_bit_conflict : Warning<
393   "module file '%0' was validated as a system module and is now being imported "
394   "as a non-system module; any difference in diagnostic options will be ignored">,
395   InGroup<ModuleConflict>;
396 } // let CategoryName
397
398 let CategoryName = "AST Serialization Issue" in {
399 def warn_module_uses_date_time : Warning<
400   "%select{precompiled header|module}0 uses __DATE__ or __TIME__">,
401   InGroup<DiagGroup<"pch-date-time">>;
402 def err_module_no_size_mtime_for_header : Error<
403   "cannot emit module %0: %select{size|mtime}1 must be explicitly specified "
404   "for missing header file \"%2\"">;
405 def err_module_unable_to_hash_content : Error<
406   "failed to hash content for '%0' because memory buffer cannot be retrieved">;
407 } // let CategoryName
408 } // let Component
409