[LLVMbugs] [Bug 17329] Compiling file named "event.c" when using --analyze cause object file to be XML

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Sep 23 08:55:22 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=17329

Jordan Rose <jordan_rose at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jordan_rose at apple.com
         Resolution|---                         |INVALID

--- Comment #3 from Jordan Rose <jordan_rose at apple.com> ---
This is correct behavior: --analyze only performs analysis, and the output is
the analysis results, which by default are in Apple's XML Property List format.
To compile your project and analyze at the same time, use the scan-build
script. See http://clang-analyzer.llvm.org/scan-build.html for more
information.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130923/4b853174/attachment.html>


More information about the llvm-bugs mailing list