]> granicus.if.org Git - clang/commit
[analyzer] Individual configuration options can be specified for checkers.
authorGabor Horvath <xazax.hun@gmail.com>
Wed, 4 Mar 2015 17:59:34 +0000 (17:59 +0000)
committerGabor Horvath <xazax.hun@gmail.com>
Wed, 4 Mar 2015 17:59:34 +0000 (17:59 +0000)
commit5595ece7890a5000ce692e264255b59af09ade6a
treeee5ac9d7c019310c56a1894fbfab5c0df8aa4b1c
parent5dc6c6cd87f3a86fe9d5ba9d1b3892252c7de248
[analyzer] Individual configuration options can be specified for checkers.

Reviewed by: Anna Zaks

Original patch by: Aleksei Sidorin

Differential Revision: http://reviews.llvm.org/D7905

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231266 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
lib/StaticAnalyzer/Checkers/Checkers.td
lib/StaticAnalyzer/Checkers/MallocChecker.cpp
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
test/Analysis/free.c
test/Analysis/malloc-annotations.c
test/Analysis/outofbound.c
test/Analysis/undef-buffers.c
unittests/CMakeLists.txt
unittests/Makefile
unittests/StaticAnalyzer/AnalyzerOptionsTest.cpp [new file with mode: 0644]
unittests/StaticAnalyzer/CMakeLists.txt [new file with mode: 0644]
unittests/StaticAnalyzer/Makefile [new file with mode: 0644]