[cfe-dev] Clang Static Analyzer Plugin doesn't work with xcodebuild
Jordan Rose
jordan_rose at apple.com
Mon Jun 30 13:34:05 PDT 2014
On Jun 30, 2014, at 11:03 , Duncan P. N. Exon Smith <dexonsmith at apple.com> wrote:
>
>> On 2014-Jun-27, at 18:28, Jinwook Shin <Jinwook.Shin at microsoft.com> wrote:
>>
>> Hi,
>>
>> I’m trying to use a clang static analyzer plugin with xcodebuild
>
> All Xcode (and Apple LLVM compiler) bugs and feature requests
> should be filed directly to Apple [1]. This list is for the open
> source project.
...and the Xcode compiler does not support static analyzer plugins. However, you can use scan-build to build an Xcode project with a custom build of Clang.
Jordan
More information about the cfe-dev
mailing list