[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
Showing
- include/clang/StaticAnalyzer/Core/AnalyzerOptions.h 93 additions, 5 deletionsinclude/clang/StaticAnalyzer/Core/AnalyzerOptions.h
- lib/StaticAnalyzer/Checkers/Checkers.td 1 addition, 5 deletionslib/StaticAnalyzer/Checkers/Checkers.td
- lib/StaticAnalyzer/Checkers/MallocChecker.cpp 19 additions, 25 deletionslib/StaticAnalyzer/Checkers/MallocChecker.cpp
- lib/StaticAnalyzer/Core/AnalyzerOptions.cpp 51 additions, 8 deletionslib/StaticAnalyzer/Core/AnalyzerOptions.cpp
- test/Analysis/free.c 1 addition, 1 deletiontest/Analysis/free.c
- test/Analysis/malloc-annotations.c 1 addition, 1 deletiontest/Analysis/malloc-annotations.c
- test/Analysis/outofbound.c 1 addition, 1 deletiontest/Analysis/outofbound.c
- test/Analysis/undef-buffers.c 1 addition, 1 deletiontest/Analysis/undef-buffers.c
- unittests/CMakeLists.txt 1 addition, 0 deletionsunittests/CMakeLists.txt
- unittests/Makefile 1 addition, 1 deletionunittests/Makefile
- unittests/StaticAnalyzer/AnalyzerOptionsTest.cpp 74 additions, 0 deletionsunittests/StaticAnalyzer/AnalyzerOptionsTest.cpp
- unittests/StaticAnalyzer/CMakeLists.txt 13 additions, 0 deletionsunittests/StaticAnalyzer/CMakeLists.txt
- unittests/StaticAnalyzer/Makefile 15 additions, 0 deletionsunittests/StaticAnalyzer/Makefile
Loading
Please register or sign in to comment