coding tool for const functions

Does anyone know of a tool that would help identify candidate const functions? What I have in mind is a source analyzer that would tell me whether I could declare foo() const because it calls only const functions and does not change any class or global variables.

Thanks,

Doug Brower
[302 byte] By [dougbrower] at [2007-11-17 13:59:54]