Implement serialization/deserialization of LangOptions in the PCH
file. When de-serializing LangOptions, we check that the currently-provided language options are consistent with the options used to compile the PCH file. If they are not, we emit a diagnostic and ignore the PCH file. llvm-svn: 68820
Loading
Please register or sign in to comment