I'm using Eclipse 3.7 with the C/C++ CDT 8.0.
I configured Eclipse to use my own makefiles and now the code analysis "codan" tool flags errors on otherwise correct code. I've tried to restore Eclipse's settings, but I'm unable to restore proper behavior. Errors pile up quickly by simply clicking on a source tab. The errors make me suspect codan is ignoring most of the #include files in my C++ files.
Can I see and configure the codan tool command line invoked by Eclipse? If not, any ideas on how I can debug this problem would be appreciated.
I found the Preferences->Code Analysis dialog, but that doesn't specify how Eclipse invokes the tool.