<div><br /></div><div>Hello, I'm beginner in CSA programming. I have read clang SA a checker developer manual</div><div>and have some questions.</div><div>How can I pass command line options to CSA checker? Does -Xanalyzer option can help me?</div><div>May be I need to see AnalyzerOptions.cpp, but can't understand how to catch options from my checker.</div><div class="fac59074051ae5ed40c8811da5d24da6js-compose-signature"></div><div><br /></div><div>Also I want to know  is it possible to realize multi-pass analyzer with parallel or sequential running of one or multiply checker with data transfer between passes.</div><div>I need to run first checker that taint some input, observes taint values and find some AST expressions (or with path sensible analysis).</div><div>After this checker ends up I need to start the second checker, that uses search results of 1'st in analysis from begining of ExplodedGraph.</div><div><br /></div>