Hi All,
Would it be possible to write a custom build target for clang, but only including the Static Analyzer? I’m only using my clang build with --analyze, so it doesn’t make sense to have the ~100MB of other stuff statically linked into the clang executable.
~Scott Constable