[analyzer] Added valist related checkers.
authorGabor Horvath <xazax.hun@gmail.com>
Thu, 18 Aug 2016 08:43:26 +0000 (08:43 +0000)
committerGabor Horvath <xazax.hun@gmail.com>
Thu, 18 Aug 2016 08:43:26 +0000 (08:43 +0000)
commit56e8aa535b96dee5560937112627b5b1eed0e87b
tree2f6326cb8654123f215086855dc07fe8f5084f2e
parent4b6f9591d390c317084e63ed3e695c7a19c64543
[analyzer] Added valist related checkers.

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

llvm-svn: 279041
clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp [new file with mode: 0644]
clang/test/Analysis/Inputs/system-header-simulator-for-valist.h [new file with mode: 0644]
clang/test/Analysis/valist-uninitialized.c [new file with mode: 0644]
clang/test/Analysis/valist-unterminated.c [new file with mode: 0644]