[cfe-dev] xml parse library in checkers

Dmitri Gribenko gribozavr at gmail.com
Wed Mar 4 21:24:53 PST 2015


On Wed, Mar 4, 2015 at 4:33 PM, Francisco Chiotta <franchiotta at gmail.com> wrote:
> Hello all,
>
> I am writing a new checker using StaticAnalyzer core. I was wondering if
> there is some library (e.g. expat) to parse xml documents included in the
> project that I could use from a checker.
> If there is, how do I include it to my checker? If not, is it correct to add
> expat lib to clang project?

Clang optionally depends on libxml2 now.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the cfe-dev mailing list