[cfe-dev] Need Help - Clang-Analyzer Issue
Ted Kremenek
kremenek at apple.com
Mon Dec 26 08:42:55 PST 2011
I've never seen that before. It's possibly related to scan-build using gcc for compilation (by default) and your project might also only build with clang. I'd need to see more information, e,g. the output of scan-build with -v -v, to investigate further. Please file a bug report.
On Dec 26, 2011, at 2:37 AM, Sowmya Gaddipati <gaddipati.sowmya at gmail.com> wrote:
> Thanks Ted,
>
> My requirement is I need to generate the xml from the HTML output of scan-build.
>
> One more doubt is
>
> While using iOS 5.0 sdk, I am getting following error. (but not getting with iOS 4.3)
>
> Verify exit code of build task 'CompileC ReviewInspectionViewController.m'
> Build task claims to succeed in spite of generating error messages
>
> Like these, so many files were not complied in my case. So, not getting the defects present in those files.
>
> What is the reason that stops the clang-analyzer from compiling those files?
>
> Hope u will help me ASAP. Thanks in advance.
>
>
> Thanks and Regards,
> Sowmya Gaddipati.
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20111226/2fe23644/attachment.html>
More information about the cfe-dev
mailing list