<div dir="ltr">I don't really know how to include it. Could you please explain me briefly how to do that in order to use it from a checker?<div><br></div><div>Do I have to download the libxml2 project under llvm/tools? modify configurations file?<br><div><br></div><div>Thanks!!<br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-03-05 2:24 GMT-03:00 Dmitri Gribenko <span dir="ltr"><<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Wed, Mar 4, 2015 at 4:33 PM, Francisco Chiotta <<a href="mailto:franchiotta@gmail.com">franchiotta@gmail.com</a>> wrote:<br>
> Hello all,<br>
><br>
> I am writing a new checker using StaticAnalyzer core. I was wondering if<br>
> there is some library (e.g. expat) to parse xml documents included in the<br>
> project that I could use from a checker.<br>
> If there is, how do I include it to my checker? If not, is it correct to add<br>
> expat lib to clang project?<br>
<br>
</div></div>Clang optionally depends on libxml2 now.<br>
<span class="HOEnZb"><font color="#888888"><br>
Dmitri<br>
<br>
--<br>
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if<br>
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <<a href="mailto:gribozavr@gmail.com">gribozavr@gmail.com</a>>*/<br>
</font></span></blockquote></div><br></div>