[cfe-commits] [PATCH] Allow PCHReader to be used without having a pre-initialized Preprocessor
Argyrios Kyrtzidis
kyrtzidis at apple.com
Wed Jun 17 18:19:03 PDT 2009
Currently PCHReader depends on getting a pre-initialized Preprocessor.
The attached patch modifies PCHReader so that we can use it to load
a .pch file, get the information we need and *afterwards* initialize a
Preprocessor with that info.
-Argiris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pchreader.patch
Type: application/octet-stream
Size: 45177 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20090617/1b04d8dd/attachment.obj>
More information about the cfe-commits
mailing list