]> granicus.if.org Git - clang/commit
[analyzer] Taint: add taint propagation rules for string and memory copy
authorAnna Zaks <ganna@apple.com>
Wed, 18 Jan 2012 02:45:07 +0000 (02:45 +0000)
committerAnna Zaks <ganna@apple.com>
Wed, 18 Jan 2012 02:45:07 +0000 (02:45 +0000)
commit9b0c749a20d0f7d0e63441d76baa15def3f37fdb
treee85fa2583937c742ed4d8579177566f33093a559
parent9392d4e4da695e2e1a5befbb3a074793a7265471
[analyzer] Taint: add taint propagation rules for string and memory copy
functions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148370 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
lib/StaticAnalyzer/Core/CheckerContext.cpp
test/Analysis/taint-generic.c