]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm/tools/clang/include/clang/Basic/DiagnosticFrontendKinds.td
Update clang to trunk r256633.
[FreeBSD/FreeBSD.git] / contrib / llvm / tools / clang / include / clang / Basic / DiagnosticFrontendKinds.td
1 //==--- DiagnosticFrontendKinds.td - frontend diagnostics -----------------===//
2 //
3 //                     The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9
10 class BackendInfo : CatBackend, ShowInSystemHeader;
11
12 let Component = "Frontend" in {
13
14 def err_fe_error_opening : Error<"error opening '%0': %1">;
15 def err_fe_error_reading : Error<"error reading '%0'">;
16 def err_fe_error_reading_stdin : Error<"error reading stdin: %0">;
17 def err_fe_error_backend : Error<"error in backend: %0">, DefaultFatal;
18
19 def err_fe_inline_asm : Error<"%0">, CatInlineAsm;
20 def warn_fe_inline_asm : Warning<"%0">, CatInlineAsm, InGroup<BackendInlineAsm>;
21 def note_fe_inline_asm : Note<"%0">, CatInlineAsm;
22 def note_fe_inline_asm_here : Note<"instantiated into assembly here">;
23 def err_fe_cannot_link_module : Error<"cannot link module '%0': %1">,
24   DefaultFatal;
25
26 def warn_fe_frame_larger_than : Warning<"stack frame size of %0 bytes in %q1">,
27     BackendInfo, InGroup<BackendFrameLargerThanEQ>;
28 def warn_fe_backend_frame_larger_than: Warning<"%0">,
29     BackendInfo, InGroup<BackendFrameLargerThanEQ>;
30 def err_fe_backend_frame_larger_than: Error<"%0">, BackendInfo;
31 def note_fe_backend_frame_larger_than: Note<"%0">, BackendInfo;
32
33 def warn_fe_backend_plugin: Warning<"%0">, BackendInfo, InGroup<BackendPlugin>;
34 def err_fe_backend_plugin: Error<"%0">, BackendInfo;
35 def remark_fe_backend_plugin: Remark<"%0">, BackendInfo, InGroup<RemarkBackendPlugin>;
36 def note_fe_backend_plugin: Note<"%0">, BackendInfo;
37
38 def warn_fe_override_module : Warning<
39     "overriding the module target triple with %0">, 
40     InGroup<DiagGroup<"override-module">>;
41
42 def remark_fe_backend_optimization_remark : Remark<"%0">, BackendInfo,
43     InGroup<BackendOptimizationRemark>;
44 def remark_fe_backend_optimization_remark_missed : Remark<"%0">, BackendInfo,
45     InGroup<BackendOptimizationRemarkMissed>;
46 def remark_fe_backend_optimization_remark_analysis : Remark<"%0">, BackendInfo,
47     InGroup<BackendOptimizationRemarkAnalysis>;
48 def remark_fe_backend_optimization_remark_analysis_fpcommute : Remark<"%0; "
49     "allow reordering by specifying '#pragma clang loop vectorize(enable)' "
50     "before the loop or by providing the compiler option '-ffast-math'.">,
51     BackendInfo, InGroup<BackendOptimizationRemarkAnalysis>;
52 def remark_fe_backend_optimization_remark_analysis_aliasing : Remark<"%0; "
53     "allow reordering by specifying '#pragma clang loop vectorize(enable)' "
54     "before the loop. If the arrays will always be independent specify "
55     "'#pragma clang loop vectorize(assume_safety)' before the loop or provide "
56     "the '__restrict__' qualifier with the independent array arguments. "
57     "Erroneous results will occur if these options are incorrectly applied!">,
58     BackendInfo, InGroup<BackendOptimizationRemarkAnalysis>;
59 def warn_fe_backend_optimization_failure : Warning<"%0">, BackendInfo,
60     InGroup<BackendOptimizationFailure>, DefaultWarn;
61 def note_fe_backend_optimization_remark_invalid_loc : Note<"could "
62   "not determine the original source location for %0:%1:%2">;
63
64 def remark_sanitize_address_insert_extra_padding_accepted : Remark<
65     "-fsanitize-address-field-padding applied to %0">, ShowInSystemHeader,
66     InGroup<SanitizeAddressRemarks>;
67 def remark_sanitize_address_insert_extra_padding_rejected : Remark<
68     "-fsanitize-address-field-padding ignored for %0 because it "
69     "%select{is not C++|is packed|is a union|is trivially copyable|"
70     "has trivial destructor|is standard layout|is in a blacklisted file|"
71     "is blacklisted}1">, ShowInSystemHeader,
72     InGroup<SanitizeAddressRemarks>;
73
74 def err_fe_invalid_code_complete_file : Error<
75     "cannot locate code-completion file %0">, DefaultFatal;
76 def err_fe_stdout_binary : Error<"unable to change standard output to binary">,
77   DefaultFatal;
78 def err_fe_dependency_file_requires_MT : Error<
79     "-dependency-file requires at least one -MT or -MQ option">;
80 def err_fe_invalid_plugin_name : Error<
81     "unable to find plugin '%0'">;
82 def err_fe_expected_compiler_job : Error<
83     "unable to handle compilation, expected exactly one compiler job in '%0'">;
84 def err_fe_expected_clang_command : Error<
85     "expected a clang compiler command">;
86 def err_fe_remap_missing_to_file : Error<
87     "could not remap file '%0' to the contents of file '%1'">, DefaultFatal;
88 def err_fe_remap_missing_from_file : Error<
89     "could not remap from missing file '%0'">, DefaultFatal;
90 def err_fe_unable_to_load_pch : Error<
91     "unable to load PCH file">;
92 def err_fe_unable_to_load_plugin : Error<
93     "unable to load plugin '%0': '%1'">;
94 def err_fe_unable_to_create_target : Error<
95     "unable to create target: '%0'">;
96 def err_fe_unable_to_interface_with_target : Error<
97     "unable to interface with target machine">;
98 def err_fe_unable_to_open_output : Error<
99     "unable to open output file '%0': '%1'">;
100 def err_fe_pth_file_has_no_source_header : Error<
101     "PTH file '%0' does not designate an original source header file for -include-pth">;
102 def warn_fe_macro_contains_embedded_newline : Warning<
103     "macro '%0' contains embedded newline; text after the newline is ignored">;
104 def warn_fe_cc_print_header_failure : Warning<
105     "unable to open CC_PRINT_HEADERS file: %0 (using stderr)">;
106 def warn_fe_cc_log_diagnostics_failure : Warning<
107     "unable to open CC_LOG_DIAGNOSTICS file: %0 (using stderr)">;
108 def err_fe_no_pch_in_dir : Error<
109     "no suitable precompiled header file found in directory '%0'">;
110 def err_fe_action_not_available : Error<
111     "action %0 not compiled in">;
112
113 def warn_fe_serialized_diag_merge_failure : Warning<
114     "unable to merge a subprocess's serialized diagnostics">,
115     InGroup<SerializedDiagnostics>;
116 def warn_fe_serialized_diag_failure : Warning<
117     "unable to open file %0 for serializing diagnostics (%1)">,
118     InGroup<SerializedDiagnostics>;
119
120 def err_verify_missing_line : Error<
121     "missing or invalid line number following '@' in expected %0">;
122 def err_verify_missing_file : Error<
123     "file '%0' could not be located in expected %1">;
124 def err_verify_invalid_range : Error<
125     "invalid range following '-' in expected %0">;
126 def err_verify_missing_start : Error<
127     "cannot find start ('{{') of expected %0">;
128 def err_verify_missing_end : Error<
129     "cannot find end ('}}') of expected %0">;
130 def err_verify_invalid_content : Error<
131     "invalid expected %0: %1">;
132 def err_verify_missing_regex : Error<
133     "cannot find start of regex ('{{') in %0">;
134 def err_verify_inconsistent_diags : Error<
135     "'%0' diagnostics %select{expected|seen}1 but not %select{seen|expected}1: "
136     "%2">;
137 def err_verify_invalid_no_diags : Error<
138     "%select{expected|'expected-no-diagnostics'}0 directive cannot follow "
139     "%select{'expected-no-diagnostics' directive|other expected directives}0">;
140 def err_verify_no_directives : Error<
141     "no expected directives found: consider use of 'expected-no-diagnostics'">;
142
143 def note_fixit_applied : Note<"FIX-IT applied suggested code changes">;
144 def note_fixit_in_macro : Note<
145     "FIX-IT unable to apply suggested code changes in a macro">;
146 def note_fixit_failed : Note<
147     "FIX-IT unable to apply suggested code changes">;
148 def note_fixit_unfixed_error : Note<"FIX-IT detected an error it cannot fix">;
149 def warn_fixit_no_changes : Note<
150     "FIX-IT detected errors it could not fix; no output will be generated">;
151
152 // PCH reader
153 def err_relocatable_without_isysroot : Error<
154     "must specify system root with -isysroot when building a relocatable "
155     "PCH file">;
156
157 def warn_unknown_diag_option : Warning<
158     "unknown %select{warning|remark}0 option '%1'%select{|; did you mean '%3'?}2">,
159     InGroup<UnknownWarningOption>;
160 def warn_unknown_warning_specifier : Warning<
161     "unknown %0 warning specifier: '%1'">,
162     InGroup<UnknownWarningOption>;
163
164 def err_unknown_analyzer_checker : Error<
165     "no analyzer checkers are associated with '%0'">;
166 def note_suggest_disabling_all_checkers : Note<
167     "use -analyzer-disable-all-checks to disable all static analyzer checkers">;
168
169 def warn_incompatible_analyzer_plugin_api : Warning<
170     "checker plugin '%0' is not compatible with this version of the analyzer">,
171     InGroup<DiagGroup<"analyzer-incompatible-plugin"> >;
172 def note_incompatible_analyzer_plugin_api : Note<
173     "current API version is '%0', but plugin was compiled with version '%1'">;
174
175 def warn_module_config_mismatch : Warning<
176   "module file %0 cannot be loaded due to a configuration mismatch with the current "
177   "compilation">, InGroup<DiagGroup<"module-file-config-mismatch">>, DefaultError;
178 def err_module_map_not_found : Error<"module map file '%0' not found">, 
179   DefaultFatal;
180 def err_missing_module_name : Error<
181   "no module name provided; specify one with -fmodule-name=">, 
182   DefaultFatal;
183 def err_missing_module : Error<
184   "no module named '%0' declared in module map file '%1'">, DefaultFatal;
185 def err_no_submodule : Error<"no submodule named %0 in module '%1'">;
186 def err_no_submodule_suggest : Error<
187   "no submodule named %0 in module '%1'; did you mean '%2'?">;
188 def warn_missing_submodule : Warning<"missing submodule '%0'">,
189   InGroup<IncompleteUmbrella>;
190 def err_module_cannot_create_includes : Error<
191   "cannot create includes file for module %0: %1">;
192 def warn_module_config_macro_undef : Warning<
193   "%select{definition|#undef}0 of configuration macro '%1' has no effect on "
194   "the import of '%2'; pass '%select{-D%1=...|-U%1}0' on the command line "
195   "to configure the module">,
196   InGroup<ConfigMacros>;
197 def note_module_def_undef_here : Note<
198   "macro was %select{defined|#undef'd}0 here">;
199 def remark_module_build : Remark<"building module '%0' as '%1'">,
200   InGroup<ModuleBuild>;
201 def remark_module_build_done : Remark<"finished building module '%0'">,
202   InGroup<ModuleBuild>;
203 def err_modules_embed_file_not_found :
204   Error<"file '%0' specified by '-fmodules-embed-file=' not found">,
205   DefaultFatal;
206
207 def err_test_module_file_extension_version : Error<
208   "test module file extension '%0' has different version (%1.%2) than expected "
209   "(%3.%4)">;
210
211 def err_conflicting_module_names : Error<
212   "conflicting module names specified: '-fmodule-name=%0' and "
213   "'-fmodule-implementation-of %1'">;
214
215 def err_missing_vfs_overlay_file : Error<
216   "virtual filesystem overlay file '%0' not found">, DefaultFatal;
217 def err_invalid_vfs_overlay : Error<
218   "invalid virtual filesystem overlay file '%0'">, DefaultFatal;
219 }