]> granicus.if.org Git - clang/commit
[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)
commitc5fbe5ee6bdd88c3985c0b834f3989bfa822a47e
tree0b8048ebc147f2be54cd528fed2fc08c692704d8
parent1779645f680ce4a3d13dc44c11e74bc084f2adf4
[analyzer] Added valist related checkers.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@279041 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Checkers/Checkers.td
lib/StaticAnalyzer/Checkers/CMakeLists.txt
lib/StaticAnalyzer/Checkers/ValistChecker.cpp [new file with mode: 0644]
test/Analysis/Inputs/system-header-simulator-for-valist.h [new file with mode: 0644]
test/Analysis/valist-uninitialized.c [new file with mode: 0644]
test/Analysis/valist-unterminated.c [new file with mode: 0644]