This revision was automatically updated to reflect the committed changes.
Closed by commit rL308401: [scan-build-py] Patch to fix "-analyzer-config"
option (authored by phosek).
Changed prior to commit:
https://reviews.llvm.org/D34489?vs=103490&id=107214#toc
Repository:
rL LLVM
https://revi
phosek accepted this revision.
phosek added a comment.
This revision is now accepted and ready to land.
LGTM
https://reviews.llvm.org/D34489
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-c
haowei created this revision.
Herald added a subscriber: whisperity.
I noticed that when I use "-analyze-config" option in scan-build-py, it behaves
differently from original perl based scan-build.
For example, command:
$ scan-build -analyzer-config ipa=basic-inlining make
Will work without an