Skip to content

Commit 13add15

Browse files
author
git apple-llvm automerger
committed
Merge commit 'b38b34c51a11' from llvm.org/main into next
2 parents 533416b + b38b34c commit 13add15

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)