Re: C++ mangling, function name to mangled name (or tree)

2011-07-06 Thread Romain Geissler
Le 6 juil. 2011 à 18:40, Pierre Vittet a écrit : > On 06/07/2011 18:25, Kevin André wrote: >> On Wed, Jul 6, 2011 at 18:00, Pierre Vittet wrote: >> >> >>> I would like user of the plugin to give in arguments the name of the >>> functions on which he would like a test to be run. That means tha

Re: C++ mangling, function name to mangled name (or tree)

2011-07-06 Thread Pierre Vittet
On 06/07/2011 18:25, Kevin André wrote: On Wed, Jul 6, 2011 at 18:00, Pierre Vittet wrote: I would like user of the plugin to give in arguments the name of the functions on which he would like a test to be run. That means that I must convert the string containing a function name (like "myc