ΒΆclang::ento::ProgramStateRef addTaint(
    clang::ento::ProgramStateRef State,
    clang::ento::SVal V,
    clang::ento::taint::TaintTagType Kind =
        TaintTagGeneric)

Description

Create a new state in which the value is marked as tainted.

Declared at: clang/include/clang/StaticAnalyzer/Checkers/Taint.h:35

Parameters

clang::ento::ProgramStateRef State
clang::ento::SVal V
clang::ento::taint::TaintTagType Kind = TaintTagGeneric