1. 9c14953 Rename all 'EvalXXX' methods in libChecker to 'evalXXX'. by Ted Kremenek · 15 years ago
  2. 02fe28c Rename CXXObjectRegion to CXXTempObjectRegion. by Zhongxing Xu · 15 years ago
  3. 3230302 When getting CXXThisRegion from CXXMethodDecl, use the qualifiers. This is by Zhongxing Xu · 15 years ago
  4. d706434 Let StackFrameContext represent if the call expr is evaluated as lvalue. by Zhongxing Xu · 15 years ago
  5. 19b78d9 Use StackFrameContext directly in CallEnter program point. Then we don't need by Zhongxing Xu · 15 years ago
  6. b13453b Handle CFGAutomaticObjDtor. by Zhongxing Xu · 15 years ago
  7. 6a02b60 Added method for handling CXXOperatorCallExpr differently from CallExpr if CXXOperatorCallExpr represents method call. by Marcin Swiderski · 15 years ago
  8. 82c63bf In EvalArguments allow for evaluation of first argument always as a lvalue. Will be used for CXXOperatorCallExpr that represents method call. by Marcin Swiderski · 15 years ago
  9. 8d6e89e do not do post checks. Because at this point we just enter the call. by Zhongxing Xu · 15 years ago
  10. 75072f2 Remove comments. We are already doing actual method call by inlining it. by Zhongxing Xu · 15 years ago
  11. b168cbf Reverting r119341: doesn't compile, no obvious fix. by John McCall · 15 years ago
  12. 051beb5 Refactored GRExprEngine::getCXXThisRegion to use CXXMethodDecl::getThisType instead of calculating it by hand. by Marcin Swiderski · 15 years ago
  13. 9dc84c9 Handle member initializer in C++ ctor. by Zhongxing Xu · 15 years ago
  14. 7ce351d Now initializer of C++ record type is visited as block-level expr. by Zhongxing Xu · 15 years ago
  15. a54e824 Include changes to VisitCXXMemberCallExpr (call visitor functions). by Ted Kremenek · 15 years ago
  16. c69c438 Refactor GRExprEngine::VisitCall() to use EvalArguments(), just like VisitCXXMemberCallExpr(). Ideally we should unify these code paths as much as possible, since they only differ by a few details. by Ted Kremenek · 15 years ago
  17. 3bf185b Improve comments. by Zhongxing Xu · 15 years ago
  18. ff59efd Makes GRState::makeWithStore private, to encourage clients to make store changes through GRState instead of directly accessing the StoreManager. Also adds cover methods for InvalidateRegion(s) and EnterStackFrame to GRState. by Jordy Rose · 15 years ago
  19. 03509ae Constify all references to Stmt* and CFGBlock* in libChecker. by Zhongxing Xu · 15 years ago
  20. c6238d2 Reapply r108617. by Zhongxing Xu · 15 years ago
  21. ee30965 Revert r108617, it broke the build. by Benjamin Kramer · 15 years ago
  22. 69b8194 Prepare the analyzer for the callee in another translation unit: by Zhongxing Xu · 15 years ago
  23. 7b99d12 Make -analyzer-inline-call not a separate analysis. Instead it's a boolean by Zhongxing Xu · 15 years ago
  24. 978b935 Use the right predecessor. by Zhongxing Xu · 15 years ago
  25. 6b85138 Add initial support for C++ delete expr. by Zhongxing Xu · 15 years ago
  26. 107ccd1 Replace code with a method call. No functionality change. by Zhongxing Xu · 15 years ago
  27. b17b1b3 Improve handling of CXXNewExpr. by Zhongxing Xu · 15 years ago
  28. cb7464a Move all C++ expression evaluation logic into its own file. by Zhongxing Xu · 15 years ago