File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
clang/include/clang/Basic Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ def note_pch_vfsoverlay_files : Note<"%select{PCH|current translation unit}0 has
51
51
def note_pch_vfsoverlay_empty : Note<"%select{PCH|current translation unit}0 has no VFS overlays">;
52
52
53
53
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">;
55
55
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">;
57
57
def err_ast_file_different_branch : Error<
58
58
"%select{PCH|module|AST}0 file '%1' built from a different branch (%2) than the compiler (%3)">;
59
59
def err_ast_file_with_compiler_errors : Error<
You can’t perform that action at this time.
0 commit comments