On Sat, Sep 13, 2014 at 06:34:37AM +0300, Avi Kivity wrote:
It's not a simple matter of updating the test: the demangler interprets nameOh, that'll give cute 'problems' in a mixed C/C++ project that just
beginning with __vt as C++ mangles names, which of course they aren't.
happens to have __vt names in. Now of course I'm aware that C/C++
'reserve' the __ prefix, which I suppose that makes it less likely in
practise.
The only way I see to proceed is to make the demangling optional, defaultSeems like a good way out, we could think about adding a language
off.
heuristic that tries and guess the target language and auto enables when
it guesses C++, but that needs to have overrides as well.