NoQ added a comment.

George committed this as rC349863 <https://reviews.llvm.org/rC349863>. Before 
that happened, we kinda figured out how it works: `-analyzer-config` is not a 
flag, it's an argument of the `-Xclang` flag, so we should look for `-Xclang` 
and see what value does the argument have.

Now, there's also `-Xanalyzer`. But `-Xanalyzer` is automatically not consumed 
during compilation, so any `-analyzer-config` flags passed through it would be 
ignored during compilation.

However, `--analyze -Xanalyzer -analyzer-config ...` is now broken :/


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55823/new/

https://reviews.llvm.org/D55823



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to