tags:

views:

90

answers:

2

Can it be done before compiling, by comparing code? Is there any tools already doing this?

A: 

I recall Purify had some functionality to verify compatibility between builds, take a look here.

LBushkin
+1  A: 

You might find this interesting: http://stackoverflow.com/questions/1969916/static-analysis-tool-to-detect-abi-breaks-in-c

okun