hanchenye-llvm-project/clang/unittests/StaticAnalyzer
Kristof Umann 088b1c9cdc [analyzer] Enable subcheckers to possess checker options
Under the term "subchecker", I mean checkers that do not have a checker class on
their own, like unix.MallocChecker to unix.DynamicMemoryModeling.

Since a checker object was required in order to retrieve checker options,
subcheckers couldn't possess options on their own.

This patch is also an excuse to change the argument order of getChecker*Option,
it always bothered me, now it resembles the actual command line argument
(checkername:option=value).

Differential Revision: https://reviews.llvm.org/D57579

llvm-svn: 355297
2019-03-04 00:28:16 +00:00
..
AnalyzerOptionsTest.cpp [analyzer] Enable subcheckers to possess checker options 2019-03-04 00:28:16 +00:00
CMakeLists.txt [analyzer] Unbreak building of SymbolReaperTest true BUILD_SHARED_LIBS=True 2019-01-18 10:13:07 +00:00
RegisterCustomCheckersTest.cpp Accomodate gcc 7.3.0's -Wdangling-else 2019-01-31 15:26:03 +00:00
SymbolReaperTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00