[cfe-dev] Can I update Clang static analyzer without linking Clang?
Xiayang Wang via cfe-dev
cfe-dev at lists.llvm.org
Tue Jan 5 00:11:37 PST 2016
Hello,
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.
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.
Thank you!
Xiayang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20160105/59c7f0c6/attachment.html>
More information about the cfe-dev
mailing list