[all-commits] [llvm/llvm-project] 0b2a92: [analyzer] scan-build: Fix silencing multiple core...
NoQ via All-commits
all-commits at lists.llvm.org
Sat Jul 18 10:37:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0b2a92224630f6e177d091b8391cfa943764aba5
https://github.com/llvm/llvm-project/commit/0b2a92224630f6e177d091b8391cfa943764aba5
Author: Artem Dergachev <artem.dergachev at gmail.com>
Date: 2020-07-18 (Sat, 18 Jul 2020)
Changed paths:
A clang/test/Analysis/scan-build/Inputs/null_dereference_and_division_by_zero.c
A clang/test/Analysis/scan-build/silence-core-checkers.test
M clang/tools/scan-build/bin/scan-build
Log Message:
-----------
[analyzer] scan-build: Fix silencing multiple core checkers.
It was only silencing one checker because -analyzer-config flags
can only carry one value at a time.
More information about the All-commits
mailing list