<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 29, 2014 at 5:44 PM, Argyrios Kyrtzidis <span dir="ltr"><<a href="mailto:kyrtzidis@apple.com" target="_blank">kyrtzidis@apple.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><br><div><div class=""><blockquote type="cite"><div>On Jul 29, 2014, at 5:21 PM, Eli Bendersky <<a href="mailto:eliben@google.com" target="_blank">eliben@google.com</a>> wrote:</div>

<br><div><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Jul 29, 2014 at 5:08 PM, Argyrios Kyrtzidis <span dir="ltr"><<a href="mailto:kyrtzidis@apple.com" target="_blank">kyrtzidis@apple.com</a>></span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div style="word-wrap:break-word"><div>Hi Eli,</div><div>


<br>
</div><div><div>+/**</div><div>+ * \brief Represents the different available ABIs for name mangling.</div><div>+ */</div><div>+typedef enum { CXMangleABI_Itanium = 0, CXMangleABI_Microsoft = 1 } CXMangleABI;</div><div>+</div>



<div>+/**</div><div>+ * \brief Retrieve the CXString representing the mangled name of the cursor.</div><div>+ */</div><div>+CINDEX_LINKAGE CXString clang_Cursor_getMangling(CXCursor, CXMangleABI);</div></div><div><br></div>



<div>Why aren’t you just using that appropriate ABI of the translation unit that was created ? So to get the MangleContext you can just call ASTContext::createMangleContext().</div></div></blockquote><div><br></div><div>


Hi Argyrios,</div>
<div><br></div><div>Thanks for the suggestion. This is an interesting idea - I guess I have been looking at it from a different angle, thinking mostly about a simple tool that uses Clang to mangle all kinds of names (think a web interface). So I was detaching standalone symbols from their containers/TUs. </div>



<div><br></div><div>So, I suppose the same thing can be simulated with the approach you proposing, e.g. by passing a triple flag in the cmdline options to clang_createTranslationUnitFromSourceFile or something of the sort. What do you think?</div>

</div></div></div></div></blockquote><div><br></div></div><div>Yes, sounds good to me.</div></div></div></blockquote></div><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Argyrios, I uploaded a new patch that implements this. PTAL</div>

<div class="gmail_extra"><br></div></div>