]> granicus.if.org Git - clang/commit
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)
commitc55a9a602cd2437462be4d3ae359b3fafcce9f49
treea3764421214e2e83e0a9acc7ef5d82c0a5b60dc8
parent5c81e3f7778a022c48d5b47d47f6db394b64f357
Reapply "[analyzer] Added valist related checkers."

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@279427 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]