[cfe-dev] [PATCH] PCH Support for C++ decls
Chris Lattner
clattner at apple.com
Fri May 7 15:11:40 PDT 2010
On May 7, 2010, at 3:01 PM, Andrew Sutton wrote:
> This patch looks great to me. I committed it in r103301.
>
> Great!
>
> I'm also interested in working on C++ PCH support in the next couple days. What can I work on that won't conflict with your work? If possible, I'd like to shoot for getting C++ PCH support working in the next week or two.
>
> The remainder of the patch that Doug reviewed dealt with classes, constructors, destructors, and conversion operators needed a little work (to be loaded lazily I think). The next patch will definitely include read/write support for CXXBaseSpecifier and CXXBaseOrMemberInitializer. I cropped those out of this patch, but I don't think that there wasn't anything wrong with them.
>
> I'll try to get the next patch out Monday.
>
> I don't plan on touching the serialization of templates and template parameters The last time I tried to do something with it, I kept getting assertions that I shouldn't serialize dependent types or expressions. That was probably in December, though. Things may have changed since then :)
>
> I haven't looked at any of the CXX expressions either.
Ok, sounds good. I'll start simple with the CXX expressions!
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20100507/da472470/attachment.html>
More information about the cfe-dev
mailing list