Reapply "[analyzer] Added valist related checkers."
authorGabor Horvath <xazax.hun@gmail.com>
Mon, 22 Aug 2016 11:21:30 +0000 (11:21 +0000)
committerGabor Horvath <xazax.hun@gmail.com>
Mon, 22 Aug 2016 11:21:30 +0000 (11:21 +0000)
commitb59b27040efbc1ac03427a5ff0eceec527202cc0
treecb0f4950612ee60dce09ea2937a298eb5ad9b655
parent8738786bc1a8655b38da7d073b635d042918139c
Reapply "[analyzer] Added valist related checkers."

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

llvm-svn: 279427
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]