On 01/21/2015 04:33 PM, Jakub Jelinek wrote:
+This option enables instrumentation of C++ member function calls, member
+accesses and some downcasts and upcasts, to verify the referenced object

Instead of "downcasts and upcasts" I'd write "conversions between pointers to base and derived classes"; Bjarne specifically avoided "up" and "down" because they are unclear.

Jason

Reply via email to