aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Analysis/PathSensitive/Checkers/UndefinedAssignmentChecker.h
AgeCommit message (Expand)Author
2009-11-22Remove UndefinedAssignmentChecker's header.Zhongxing Xu
2009-11-05Modify GRExprEngine::EvalBind() to take both a "store expression" andTed Kremenek
2009-11-04Catch uses of undefined values when they are used in assignment, thus catchin...Ted Kremenek