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