1. de9d5c3 Add some documentation for C++ static analyzer. by Zhongxing Xu · 14 years ago
  2. d7a31ba [analyzer] Introduce ObjCSelfInitChecker, which checks initialization methods to verify that they assign 'self' to the by Argyrios Kyrtzidis · 14 years ago
  3. 6547884 [analyzer] Support post-visiting ObjCIvarRefExprs for checkers. by Argyrios Kyrtzidis · 14 years ago
  4. f7fbbda [analyzer] Add 'isLoad' parameter in Checker::visitLocation() to conveniently distinguish between loads/stores. by Argyrios Kyrtzidis · 14 years ago
  5. b6a2b08 Remove ProgramPoint parameter from GenericNodeBuilder::generateNode(). by Ted Kremenek · 14 years ago
  6. ea09785 Rename GenericNodeBuilder to GenericNodeBuilderRefCount to avoid namespace clash using MSVC. by Francois Pichet · 14 years ago
  7. 27c54e5 Rework ExprEngine::processCFGBlockEntrance() by Ted Kremenek · 14 years ago
  8. 7771406 Remove several silly methods from ento::CoreEngine by Ted Kremenek · 14 years ago
  9. 55825aa Rename misc. methods in ento::Worklist to start with lowercase letter. by Ted Kremenek · 14 years ago
  10. e36de1f Rename misc. methods in GRSubEngine to start by Ted Kremenek · 14 years ago
  11. 4d484a7 Replace all uses of PathV1::isDirectory with PathV2::fs::is_directory. by Michael J. Spencer · 14 years ago
  12. e8f4b04 Fix CMakeLists.txt. by Zhongxing Xu · 14 years ago
  13. 0742f18 Revert r123160. There are linking dependency problems. by Zhongxing Xu · 14 years ago
  14. 2770eb1 Unbreak the CMake build. by Douglas Gregor · 14 years ago
  15. 2f1a4a8 ExprEngine.cpp and AnalysisConsumer.cpp should not be in the Checkers directory. by Zhongxing Xu · 14 years ago
  16. f9d3cbb In C++, assignment and compound assignment operators return an lvalue. by Zhongxing Xu · 14 years ago
  17. b086244 The isPrefix() checking is redundant. Lvalue incremental/decremental expressions by Zhongxing Xu · 14 years ago
  18. cbb6748 Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, by Sean Hunt · 14 years ago
  19. f901a7d There is nothing interesting to analyze with a sizeof...(pack) expression by Douglas Gregor · 14 years ago
  20. be230c3 Implement support for pack expansions whose pattern is a non-type by Douglas Gregor · 14 years ago
  21. 7f88643 Set LLVM_NO_RTTI and LLVM_USED_LIBS for clangStaticAnalyzerCheckers by Oscar Fuentes · 14 years ago
  22. a6b0b96 Add basic support for pointer arithmetic in by Ted Kremenek · 14 years ago
  23. 3252134 Remove the EntoSA directories. by Argyrios Kyrtzidis · 14 years ago
  24. 2114258 Chris Lattner has strong opinions about directory layout. :) by Ted Kremenek · 14 years ago