Hi all, I quickly ran the latest clang static analyzer from <http://clang-analyzer.llvm.org/release_notes.html#checker_268>. To get it to run, I had to use the -k option, ie:
fish:trafficserver.git jpeach$ ../checker-268/scan-build -o /tmp/ats-checker -stats -k make -j4 There's a lot of reports to work through and it would help if we taught the analyzer about our various assert macros. There's some legitimate bugs in there though. I'd say it looks promising ... <http://people.apache.org/~jpeach/ats-checker/2012-09-12-1> J