A patch to move codegen includes into public include

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon Aug 25 15:52:38 PDT 2014


On 25 August 2014 18:04, Reid Kleckner <rnk at google.com> wrote:
> I think we should do this. At this point we have two known out-of-tree
> clients trying to talk to lib/CodeGen, and I expect there will be more.
> Julia has an experimental C++ API interop, and I don't know what your
> project is, but I know of it. :) LLDB wanted to in the past, they may try
> again. Basically anyone who wants interop with rich C++ interfaces can use
> some of lib/CodeGen, even if it isn't currently structured for their needs.
>
> I'm not sure how this patch is applicable in it's current state, because I
> don't think it captures the actual renames and doesn't actually fix
> CodeGenFunction.h & co to not reference lib/CodeGen internal headers.

Fair enough. We can move first and refactor afterwards.

Cheers,
Rafael



More information about the cfe-commits mailing list