"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "9d9acb065a06ec7d43cadf758d2fa17c74f433a6"
Make changes to PCHReader to allow reading a PCH file without having a...
Make changes to PCHReader to allow reading a PCH file without having a pre-initialized Preprocessor. -Introduce 'PCHReaderListener' which is an abstract interface for getting various information from the PCHReader. -If PCHReader is constructed without a Preprocessor, it can still load the file and invoke the callbacks of PCHReaderListener. -If PCHReader is constructed with an initialized Preprocessor, PCHValidator is used as a PCHReaderListener to validate the contents of the PCH file against the given Preprocessor. llvm-svn: 73741
Loading
Please register or sign in to comment