1. ddec092 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
  2. edb77fe Constify all references to Stmt* and CFGBlock* in libChecker. by Zhongxing Xu · 15 years ago
  3. 84f65e0 Reapply r108617. by Zhongxing Xu · 15 years ago
  4. e2e031e Revert r108617, it broke the build. by Benjamin Kramer · 15 years ago
  5. 4ca4a99 Prepare the analyzer for the callee in another translation unit: by Zhongxing Xu · 15 years ago
  6. 9174b2c Make -analyzer-inline-call not a separate analysis. Instead it's a boolean by Zhongxing Xu · 16 years ago
  7. 3affbe6 Use the right predecessor. by Zhongxing Xu · 16 years ago
  8. d80755d Add initial support for C++ delete expr. by Zhongxing Xu · 16 years ago
  9. 23030c9 Replace code with a method call. No functionality change. by Zhongxing Xu · 16 years ago
  10. 40eb21a Improve handling of CXXNewExpr. by Zhongxing Xu · 16 years ago
  11. 6a479bf Move all C++ expression evaluation logic into its own file. by Zhongxing Xu · 16 years ago