Lines Matching full:pch
13 "unable to read PCH file %0: '%1'">;
15 "input is not a PCH file: '%0'">;
19 "malformed block record in PCH file: '%0'">, DefaultFatal;
33 "PCH file was compiled for the %0 '%1' but the current translation "
40 "PCH file but is currently %select{disabled|enabled}2">;
42 "%0 differs in PCH file vs. current file">;
44 "the PCH file">;
45 def err_pch_modulecache_mismatch : Error<"PCH was compiled with module cache "
48 "PCH was compiled with different VFS overlay files than are currently in use">,
49 InGroup<DiagGroup<"pch-vfs-diff">>;
50 def note_pch_vfsoverlay_files : Note<"%select{PCH|current translation unit}0 has the following VFS overlays:\n%1">;
51 def note_pch_vfsoverlay_empty : Note<"%select{PCH|current translation unit}0 has no VFS overlays">;
54 "PCH file uses an older PCH format that is no longer supported">;
56 "PCH file uses a newer PCH format that cannot be read">;
58 "PCH file built from a different branch (%0) than the compiler (%1)">;
60 "PCH file contains compiler errors">;
65 "%select{PCH|module|AST}0 file '%1' not found%select{|: %3}2">, DefaultFatal;
67 "%select{PCH|module|AST}0 file '%1' is out of date and "
70 "file '%1' is not a valid precompiled %select{PCH|module|AST}0 file: %2">, DefaultFatal;
144 InGroup<DiagGroup<"pch-date-time">>;