summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/promote-alloca-calling-conv.ll
diff options
context:
space:
mode:
authorCsaba Dabis <dabis.csaba98@gmail.com>2019-08-16 01:53:14 +0000
committerCsaba Dabis <dabis.csaba98@gmail.com>2019-08-16 01:53:14 +0000
commita079a4270851667d61ecbaa20b34d0dea5bbfbfc (patch)
treec87a69551487c93c21a815789d5d9069e40bef2d /llvm/test/CodeGen/AMDGPU/promote-alloca-calling-conv.ll
parent02cbdbdabfc10c436d93ee3a094b2d5b3dd1d1a1 (diff)
downloadbcm5719-llvm-a079a4270851667d61ecbaa20b34d0dea5bbfbfc.tar.gz
bcm5719-llvm-a079a4270851667d61ecbaa20b34d0dea5bbfbfc.zip
[analyzer] Analysis: Silence checkers
Summary: This patch introduces a new `analyzer-config` configuration: `-analyzer-config silence-checkers` which could be used to silence the given checkers. It accepts a semicolon separated list, packed into quotation marks, e.g: `-analyzer-config silence-checkers="core.DivideZero;core.NullDereference"` It could be used to "disable" core checkers, so they model the analysis as before, just if some of them are too noisy it prevents to emit reports. This patch also adds support for that new option to the scan-build. Passing the option `-disable-checker core.DivideZero` to the scan-build will be transferred to `-analyzer-config silence-checkers=core.DivideZero`. Reviewed By: NoQ, Szelethus Differential Revision: https://reviews.llvm.org/D66042 llvm-svn: 369078
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/promote-alloca-calling-conv.ll')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud