<div dir="ltr"><div class="gmail_quote"><div dir="ltr">Hi folks,<div><br></div><div>I'm trying to tidy up my clang-based C++ interface for julia (<a href="https://github.com/Keno/Cxx.jl" target="_blank">https://github.com/Keno/Cxx.jl</a>).</div><div>At the moment it uses a number of private clang headers and interface, so I'm hoping to</div><div>either make those interfaces public upstream or refactor things to avoid using those</div><div>interfaces. As a first step, there are a number of headers that are in lib/ as opposed to</div><div>include/ that I'm using, so I'd like to see what would be required to move them there.</div><div>I know there's been a thread on this before, but I can't find it at the moment.</div><div><br></div><div>Here's the list of headers in lib/ that I currently use</div><div><br></div>Sema/TypeLocBuilder.h<br>Parse/RAIIObjectsForParser.h<br>CodeGen/CodeGenModule.h<br>CodeGen/CodeGenTypes.h<br>CodeGen/CodeGenFunction.h<br>CodeGen/CGCXXABI.h<br><div><br></div><div>Would a patch to move these (and any others they may depend upon) to include/</div><div>be acceptable?</div><div><br></div><div>Thanks,</div><div>Keno</div></div>
</div><br></div>