<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jan 16, 2013, at 1:37 PM, Neil Cowburn <<a href="mailto:neilco@gmail.com">neilco@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">
                <div>
                    I'm writing a suite of checkers that I'd like to wrap as a checker plugin that I can then distribute to my team with a custom Xcode template to load and execute the checkers when the analyzer is run. However, I cannot find any information of the project settings I'd need to configure to get the analyzer to load my plugin. Is this possible? If so, how would I go about it? 
                </div></blockquote><div><br></div><div>Unfortunately, checker plugins is an experimental feature, they are not supported. Furthermore, there is currently no way to use them with the compiler shipped with Xcode.</div><div><br></div><div>I would suggest building your own clang, extended with the checkers, and use the <b style="color: rgb(34, 34, 34); text-align: left; ">set-xcode-analyzer </b>script to point Xcode to your own clang for analyzes. (<a href="http://clang-analyzer.llvm.org/xcode.html">http://clang-analyzer.llvm.org/xcode.html</a>)</div><div><br></div><div>Cheers,</div><div>Anna.</div><br><blockquote type="cite"><div><br></div><div>Any assistance is gratefully received. </div><div><br></div><div>-- Neil</div><div><br></div>
                <div></div>
            _______________________________________________<br>cfe-dev mailing list<br><a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev<br></blockquote></div><br></body></html>