aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/UndefinedAssignmentChecker.cpp
AgeCommit message (Expand)Author
2009-11-22Remove UndefinedAssignmentChecker's header.Zhongxing Xu
2009-11-14Change *BugReport constructors to take StringRefs.Benjamin Kramer
2009-11-06Minor cleanup: use BuiltinBug (which will soon be renamed) for DeferenceCheck...Ted Kremenek
2009-11-05Modify GRExprEngine::EvalBind() to take both a "store expression" andTed Kremenek
2009-11-04Add FIXME.Ted Kremenek
2009-11-04Catch uses of undefined values when they are used in assignment, thus catchin...Ted Kremenek