forked from OSchip/llvm-project
Prune unused diagnostics.
Courtesy of utils/find-unused-diagnostics.sh. llvm-svn: 172988
This commit is contained in:
parent
4e69724869
commit
4ab3c46874
|
@ -48,8 +48,6 @@ def err_fe_unable_to_interface_with_target : Error<
|
|||
"unable to interface with target machine">;
|
||||
def err_fe_unable_to_open_output : Error<
|
||||
"unable to open output file '%0': '%1'">;
|
||||
def err_fe_unable_to_open_logfile : Error<
|
||||
"unable to open logfile file '%0': '%1'">;
|
||||
def err_fe_pth_file_has_no_source_header : Error<
|
||||
"PTH file '%0' does not designate an original source header file for -include-pth">;
|
||||
def warn_fe_macro_contains_embedded_newline : Warning<
|
||||
|
|
|
@ -17,8 +17,6 @@ def err_fe_pch_malformed : Error<
|
|||
"malformed or corrupted PCH file: '%0'">, DefaultFatal;
|
||||
def err_fe_pch_malformed_block : Error<
|
||||
"malformed block record in PCH file: '%0'">, DefaultFatal;
|
||||
def err_fe_pch_error_at_end_block : Error<
|
||||
"error at end of module block in PCH file: '%0'">, DefaultFatal;
|
||||
def err_fe_pch_file_modified : Error<
|
||||
"file '%0' has been modified since the precompiled header was built">,
|
||||
DefaultFatal;
|
||||
|
|
Loading…
Reference in New Issue