<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Apr 5, 2016, at 12:13 AM, Ashwin Ganesh via cfe-dev <<a href="mailto:cfe-dev@lists.llvm.org" class="">cfe-dev@lists.llvm.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi,<div class="">      I am a newbie to clang. I am trying to make a few modifications to the already available checkers in the Static Analyzer . Now , to see the reflected changes should I execute '<i class="">make clang' inside the build directory after every change</i> or is there a easier way to do it?</div></div></div></blockquote><div><br class=""></div>You do need to build clang in order to compile your changes for the static analyzer.</div><div>Using ninja builds could be faster. I do not know if we have detailed documentation on using cmake with ninja..</div><div><br class=""></div><div>You’d also need to check your changes by running the regression tests as described in <a href="http://llvm.org/docs/TestingGuide.html" class="">http://llvm.org/docs/TestingGuide.html</a>. It is possible to only run tests in a single folder by running lit directly. All static analysis tests are in tests/Analysis.</div><div><br class=""></div><div>Anna.</div><div><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><br class=""></div><div class="">Regards,</div><div class="">Ashwin</div></div>
_______________________________________________<br class="">cfe-dev mailing list<br class=""><a href="mailto:cfe-dev@lists.llvm.org" class="">cfe-dev@lists.llvm.org</a><br class="">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev<br class=""></div></blockquote></div><br class=""></body></html>