42
42
DIAG (REMARK,ID,Options,Text,Signature)
43
43
#endif
44
44
45
- WARNING (warning_parallel_execution_not_supported,none,
45
+ WARNING (warning_parallel_execution_not_supported, none,
46
46
" parallel execution not supported; falling back to serial execution" ,
47
47
())
48
48
49
- ERROR(error_unable_to_execute_command,none,
49
+ ERROR(error_unable_to_execute_command, none,
50
50
" unable to execute command: %0" , (StringRef))
51
- ERROR(error_command_signalled_without_signal_number,none,
51
+ ERROR(error_command_signalled_without_signal_number, none,
52
52
" %0 command failed due to signal (use -v to see invocation)" , (StringRef))
53
- ERROR(error_command_signalled,none,
54
- " %0 command failed due to signal %1 (use -v to see invocation)" , (StringRef, int ))
55
- ERROR(error_command_failed,none,
53
+ ERROR(error_command_signalled, none,
54
+ " %0 command failed due to signal %1 (use -v to see invocation)" ,
55
+ (StringRef, int ))
56
+ ERROR(error_command_failed, none,
56
57
" %0 command failed with exit code %1 (use -v to see invocation)" ,
57
58
(StringRef, int ))
58
59
59
- ERROR(error_expected_one_frontend_job,none,
60
+ ERROR(error_expected_one_frontend_job, none,
60
61
" unable to handle compilation, expected exactly one frontend job" , ())
61
- ERROR(error_expected_frontend_command,none,
62
+ ERROR(error_expected_frontend_command, none,
62
63
" expected a swift frontend command" , ())
63
64
64
- ERROR(error_cannot_specify__o_for_multiple_outputs,none,
65
+ ERROR(error_cannot_specify__o_for_multiple_outputs, none,
65
66
" cannot specify -o when generating multiple output files" , ())
66
67
67
68
ERROR(error_static_emit_executable_disallowed,none,
@@ -70,40 +71,40 @@ ERROR(error_static_emit_executable_disallowed,none,
70
71
ERROR(error_unable_to_load_output_file_map, none,
71
72
" unable to load output file map '%1': %0" , (StringRef, StringRef))
72
73
73
- ERROR(error_no_output_file_map_specified,none,
74
+ ERROR(error_no_output_file_map_specified, none,
74
75
" no output file map specified" , ())
75
76
76
- ERROR(error_unable_to_make_temporary_file,none,
77
+ ERROR(error_unable_to_make_temporary_file, none,
77
78
" unable to make temporary file: %0" , (StringRef))
78
79
79
- ERROR(error_no_input_files,none,
80
+ ERROR(error_no_input_files, none,
80
81
" no input files" , ())
81
82
82
- ERROR(error_unexpected_input_file,none,
83
+ ERROR(error_unexpected_input_file, none,
83
84
" unexpected input file: %0" , (StringRef))
84
85
85
- ERROR(error_unknown_target,none,
86
+ ERROR(error_unknown_target, none,
86
87
" unknown target '%0'" , (StringRef))
87
88
88
- ERROR(error_framework_bridging_header,none,
89
+ ERROR(error_framework_bridging_header, none,
89
90
" using bridging headers with framework targets is unsupported" , ())
90
91
ERROR(error_bridging_header_module_interface,none,
91
92
" using bridging headers with module interfaces is unsupported" ,
92
93
())
93
94
94
- ERROR(error_i_mode,none,
95
+ ERROR(error_i_mode, none,
95
96
" the flag '-i' is no longer required and has been removed; "
96
97
" use '%0 input-filename'" , (StringRef))
97
- WARNING(warning_unnecessary_repl_mode,none,
98
+ WARNING(warning_unnecessary_repl_mode, none,
98
99
" unnecessary option '%0'; this is the default for '%1' "
99
100
" with no input files" , (StringRef, StringRef))
100
- ERROR(error_unsupported_option,none,
101
+ ERROR(error_unsupported_option, none,
101
102
" option '%0' is not supported by '%1'; did you mean to use '%2'?" ,
102
103
(StringRef, StringRef, StringRef))
103
104
104
- WARNING(incremental_requires_output_file_map,none,
105
+ WARNING(incremental_requires_output_file_map, none,
105
106
" ignoring -incremental (currently requires an output file map)" , ())
106
- WARNING(incremental_requires_build_record_entry,none,
107
+ WARNING(incremental_requires_build_record_entry, none,
107
108
" ignoring -incremental; output file map has no master dependencies "
108
109
" entry (\" %0\" under \"\" )" , (StringRef))
109
110
@@ -112,9 +113,9 @@ WARNING(unable_to_open_incremental_comparison_log,none,
112
113
113
114
ERROR(error_os_minimum_deployment,none,
114
115
" Swift requires a minimum deployment target of %0" , (StringRef))
115
- ERROR(error_sdk_too_old,none,
116
+ ERROR(error_sdk_too_old, none,
116
117
" Swift does not support the SDK '%0'" , (StringRef))
117
- ERROR(error_ios_maximum_deployment_32,none,
118
+ ERROR(error_ios_maximum_deployment_32, none,
118
119
" iOS %0 does not support 32-bit programs" , (unsigned ))
119
120
120
121
WARNING(warn_arclite_not_found_when_link_objc_runtime,none,
@@ -124,19 +125,19 @@ WARNING(warn_arclite_not_found_when_link_objc_runtime,none,
124
125
ERROR(error_two_files_same_name,none,
125
126
" filename \" %0\" used twice: '%1' and '%2'" ,
126
127
(StringRef, StringRef, StringRef))
127
- NOTE(note_explain_two_files_same_name,none,
128
+ NOTE(note_explain_two_files_same_name, none,
128
129
" filenames are used to distinguish private declarations with the same "
129
130
" name" , ())
130
131
131
- WARNING(warn_cannot_stat_input,none,
132
+ WARNING(warn_cannot_stat_input, none,
132
133
" unable to determine when '%0' was last modified: %1" ,
133
134
(StringRef, StringRef))
134
135
135
136
WARNING(warn_unable_to_load_dependencies, none,
136
137
" unable to load dependencies file \" %0\" , disabling incremental mode" ,
137
138
(StringRef))
138
139
139
- ERROR(error_input_changed_during_build,none,
140
+ ERROR(error_input_changed_during_build, none,
140
141
" input file '%0' was modified during the build" ,
141
142
(StringRef))
142
143
@@ -150,21 +151,24 @@ ERROR(error_option_not_supported, none,
150
151
WARNING(warn_ignore_embed_bitcode, none,
151
152
" ignoring -embed-bitcode since no object file is being generated" , ())
152
153
WARNING(warn_ignore_embed_bitcode_marker, none,
153
- " ignoring -embed-bitcode-marker since no object file is being generated" , ())
154
+ " ignoring -embed-bitcode-marker since no object file is being "
155
+ " generated" , ())
154
156
155
- WARNING(verify_debug_info_requires_debug_option,none,
157
+ WARNING(verify_debug_info_requires_debug_option, none,
156
158
" ignoring '-verify-debug-info'; no debug info is being generated" , ())
157
159
158
- ERROR(error_profile_missing,none,
160
+ ERROR(error_profile_missing, none,
159
161
" no profdata file exists at '%0'" , (StringRef))
160
162
161
163
WARNING(warn_opt_remark_disabled, none,
162
164
" Emission of optimization records has been disabled, because it "
163
165
" requires a single compiler invocation: consider enabling the "
164
166
" -whole-module-optimization flag" , ())
165
167
166
- WARNING(warn_ignoring_batch_mode,none,
167
- " ignoring '-enable-batch-mode' because '%0' was also specified" , (StringRef))
168
+ WARNING(warn_ignoring_batch_mode, none,
169
+ " ignoring '-enable-batch-mode' because '%0' was also specified" ,
170
+ (StringRef))
171
+
168
172
WARNING(warn_ignoring_wmo, none,
169
173
" ignoring '-wmo' because '-dump-ast' was also specified" , ())
170
174
0 commit comments