Skip to content

Commit b38b34c

Browse files
authored
[clang] Remove 'PCH' from more diagnostics that were wrong or misleading NFC (#110724)
1 parent 6afe567 commit b38b34c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/Basic/DiagnosticSerializationKinds.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ def note_pch_vfsoverlay_files : Note<"%select{PCH|current translation unit}0 has
5151
def note_pch_vfsoverlay_empty : Note<"%select{PCH|current translation unit}0 has no VFS overlays">;
5252

5353
def err_ast_file_version_too_old : Error<
54-
"%select{PCH|module|AST}0 file '%1' uses an older PCH format that is no longer supported">;
54+
"%select{PCH|module|AST}0 file '%1' uses an older format that is no longer supported">;
5555
def err_ast_file_version_too_new : Error<
56-
"%select{PCH|module|AST}0 file '%1' uses a newer PCH format that cannot be read">;
56+
"%select{PCH|module|AST}0 file '%1' uses a newer format that cannot be read">;
5757
def err_ast_file_different_branch : Error<
5858
"%select{PCH|module|AST}0 file '%1' built from a different branch (%2) than the compiler (%3)">;
5959
def err_ast_file_with_compiler_errors : Error<

0 commit comments

Comments
 (0)