<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">+1. We have been struggling with that
too. It would help cleaning up our code in cling.<br>
<br>
On 04/06/16 21:19, Keno Fischer via cfe-dev wrote:<br>
</div>
<blockquote
cite="mid:CAEoGj_89pf0jVrd2O__ut8mX=JDHJ6Tb=OV3H8w=+g8ndAPsEQ@mail.gmail.com"
type="cite">
<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 moz-do-not-send="true"
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>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
cfe-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a>
<a class="moz-txt-link-freetext" href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a>
</pre>
</blockquote>
<p><br>
</p>
</body>
</html>