Improve the libstdc++ smart pointer formatters
- Display the strong/weak count in the summary
- Display the pointed object as a synthetic member
- Create synthetic children for weak/strong count
Differential D25726
Improve the libstdc++ smart pointer formatters tberghammer on Oct 18 2016, 6:48 AM. Authored by
Details Improve the libstdc++ smart pointer formatters
Diff Detail Event TimelineComment Actions I run it before upload but it mush have picked up some strange config. Will run it again before submit. Thanks for noticing it. Comment Actions Looks good from my side. Enrico, do you want to have a look at this? A couple tiny comments below. Also, be sure to properly reformat and reorder the headers.
Comment Actions I see you already got a bunch of feedback on specific items. The overall idea looks good to me. I'll try to delve a little deeper in the code ASAP (I was out for a couple days and have some backlog...), but should be good to go assuming you address the feedback you already got + make sure tests work!
|
Could you add a test that accesses a non-existing subobject of ssp, to make sure it does something not-completely-broken.