aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/CallAndMessageChecker.cpp
AgeCommit message (Expand)Author
2010-09-30Tweak nil receiver checker to not warning about 64-bit return values.Ted Kremenek
2010-09-09Clean up obtuse wording of checker diagnostic of using an uninitialized value...Ted Kremenek
2010-08-11MemRegion can refer to ASTContext without external help.Zhongxing Xu
2010-04-26Introduce Type::isStructureOrClassType(), which does the obviousDouglas Gregor
2010-04-21Overhaul the AST representation of Objective-C message sendDouglas Gregor
2010-04-17Add raw_ostream operators to NamedDecl for convenience. Switch over all users...Benjamin Kramer
2010-03-27Checker: random include cleanup.Benjamin Kramer
2010-03-18Refactor argument checking in CallAndMessageChecker to be the sameTed Kremenek
2010-03-18Detect pass-by-value arguments that are structs that containTed Kremenek
2010-02-08Revert 95541.Ted Kremenek
2010-02-08Rename: GRState::getSVal(Stmt*) => getExprVal(),Zhongxing Xu
2010-01-25Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugRe...Ted Kremenek
2010-01-25Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek