[cfe-commits] [PATCH] Allow PCHReader to be used without having a pre-initialized Preprocessor

Eli Friedman eli.friedman at gmail.com
Wed Jun 17 18:53:23 PDT 2009


On Wed, Jun 17, 2009 at 6:19 PM, Argyrios Kyrtzidis<kyrtzidis at apple.com> wrote:
> 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.

Why do we want to do this?

-Eli



More information about the cfe-commits mailing list