[cfe-dev] scan-build -analyze-headers issue?
Ted Kremenek
kremenek at apple.com
Mon Feb 2 12:51:27 PST 2009
Great. I'll commit it to the tree.
Cheers,
Ted
On Feb 2, 2009, at 12:42 PM, Sascha Wildner wrote:
> Ted Kremenek schrieb:
>> Sascha,
>> Please let me know if the following patch against Clang solves the
>> issue for you. It does for me.
>
> Yes, that looks great, foo() gets analyzed now:
>
> yoyodyne# scan-build -analyze-headers make
> Warning: Object directory not changed from original /home/s/test
> /usr/local/bin/ccc-analyzer -O -pipe -g -c test.c
> ANALYZE: ./test.h foo
> ANALYZE: test.c main
> /usr/local/bin/ccc-analyzer -O -pipe -g -o test test.o
> scan-build: Removing directory '/tmp/scan-build-2009-02-02-1'
> because it contains no reports.
>
> Thank you very much! :-)
>
> Sascha
More information about the cfe-dev
mailing list