[cfe-dev] Integrating custom clang/checker plugins in Xcode

Arno Appenzeller arno.appenzeller at gmx.de
Thu Jul 24 09:02:29 PDT 2014


I'm working on some custom clang static analyser plugins which I want to integrate in Xcode to verify cocoa applications. 

I read that it's not possible to swap the Xcode analyser or the clang. Is there another convenient way to integrate your own checker plugins in Xcode? 

My only idea at the moment is to use a build script which uses the custom clang build to verify the build. 

Best regards 

Arno





More information about the cfe-dev mailing list