[cfe-dev] Fwd: Moving headers from lib/ to include

Anton Korobeynikov via cfe-dev cfe-dev at lists.llvm.org
Mon Jun 6 02:15:10 PDT 2016


Keno,

Probably you'd need to describe what exactly you're using from these headers.

On Sat, Jun 4, 2016 at 10:19 PM, Keno Fischer via cfe-dev
<cfe-dev at lists.llvm.org> wrote:
> Hi folks,
>
> I'm trying to tidy up my clang-based C++ interface for julia
> (https://github.com/Keno/Cxx.jl).
> At the moment it uses a number of private clang headers and interface, so
> I'm hoping to
> either make those interfaces public upstream or refactor things to avoid
> using those
> interfaces. As a first step, there are a number of headers that are in lib/
> as opposed to
> include/ that I'm using, so I'd like to see what would be required to move
> them there.
> I know there's been a thread on this before, but I can't find it at the
> moment.
>
> Here's the list of headers in lib/ that I currently use
>
> Sema/TypeLocBuilder.h
> Parse/RAIIObjectsForParser.h
> CodeGen/CodeGenModule.h
> CodeGen/CodeGenTypes.h
> CodeGen/CodeGenFunction.h
> CodeGen/CGCXXABI.h
>
> Would a patch to move these (and any others they may depend upon) to
> include/
> be acceptable?
>
> Thanks,
> Keno
>
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
>



-- 
With best regards, Anton Korobeynikov
Department of Statistical Modelling, Saint Petersburg State University



More information about the cfe-dev mailing list