aboutsummaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Checkers/TaintTesterChecker.cpp
AgeCommit message (Expand)Author
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith
2012-01-26Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.Ted Kremenek
2012-01-06[analyzer] Make the entries in 'Environment' context-sensitive by making entr...Ted Kremenek
2011-12-06[analyzer] Remove an unnecessary check.Anna Zaks
2011-12-05[analyzer] Add a debug checker to test for tainted data.Anna Zaks