[cfe-dev] [PATCH] PCH Support for C++ decls

Andrew Sutton andrew.n.sutton at gmail.com
Fri May 7 15:01:05 PDT 2010


>
> 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.

Andrew Sutton
andrew.n.sutton at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20100507/63a08c69/attachment.html>


More information about the cfe-dev mailing list