<div dir="ltr">Hello,<div><br></div><div>I'm writing a Clang static analyzer to print data flow in source code level. Every time I make some modification to the analyzer code, Clang will be linked again. That is too time-consuming.</div><div><br></div><div>Is there is a way to make the analyzer compiled into a dynamic-link library so I don't have to link clang? I'm using 'clang -cc1 -analyzer -analyzer-checker XXX X.c' to invoke the analyzer.</div><div><br></div><div>Thank you!</div><div><br></div><div>Xiayang</div></div>