mavak / trucov

True coverage tool for C / C++
1 stars 1 forks source link

Label Multple Constructors / Destructors #122

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
 trucov report

See the multiple constructors.

What is the expected output? What do you see instead?

Better labeled multiple constructors.

Original issue reported on code.google.com by millerlyte87@gmail.com on 1 Oct 2009 at 2:06

GoogleCodeExporter commented 9 years ago

Original comment by millerlyte87@gmail.com on 5 Nov 2009 at 5:34

GoogleCodeExporter commented 9 years ago

Original comment by millerlyte87@gmail.com on 16 Dec 2009 at 11:12

GoogleCodeExporter commented 9 years ago

Original comment by millerlyte87@gmail.com on 16 Dec 2009 at 11:12

GoogleCodeExporter commented 9 years ago
I'll vote this up.

I get a report with the exact same signature for duplicate constructors. Very 
annoying.

Original comment by wright_l...@yahoo.com on 17 Dec 2009 at 2:41

GoogleCodeExporter commented 9 years ago
I would be nice to add an option to strip some of these.  In particular the 
compiler
generated destructors/constructors.

Original comment by j.nick.terry@gmail.com on 2 Mar 2010 at 3:06

GoogleCodeExporter commented 9 years ago
http://www.codesourcery.com/public/cxx-abi/abi.html#mangling-special

C1E => "complete"
C2E => "base class"
C3E => "allocate"

D0Ev => "deallocate"
D1Ev => "complete"
D2Ev => "base class"

Original comment by j.nick.terry@gmail.com on 2 Mar 2010 at 7:23