1. 0a02e3e Sort CMake file. by Ted Kremenek · 14 years ago
  2. db2fa8a Added a path-sensitive idempotent operation checker (-analyzer-idempotent-operation). Finds idempotent and/or tautological operations in a path sensitive context, flagging operations that have no effect or a predictable effect. by Tom Care · 14 years ago
  3. ee6e4b4 Update CMake build for new attribute changes. by Sean Hunt · 14 years ago
  4. c196095 Add StreamChecker. This checker models and checks stream manipulation functions. by Zhongxing Xu · 14 years ago
  5. 9b414d3 Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library configuration by Daniel Dunbar · 14 years ago
  6. a3b6727 Remove an entry for a now deleted file. Fixes the neglected CMake build. ;] by Chandler Carruth · 14 years ago
  7. 1622a54 Add a checker check if a global variable holds a local variable's address after by Zhongxing Xu · 14 years ago
  8. 9a55591 Convert DeclNodes to use TableGen. by Sean Hunt · 14 years ago
  9. ab28099 CastSizeChecker checks when casting a malloc'ed symbolic region to type T, by Zhongxing Xu · 14 years ago
  10. 71b1d0e Unbreak CMake build. by Douglas Gregor · 14 years ago
  11. cb7464a Move all C++ expression evaluation logic into its own file. by Zhongxing Xu · 14 years ago
  12. 13b7639 update CMakeLists.txt by Zhongxing Xu · 14 years ago
  13. 909e6aa Sort calls to add_clang_library() by Kovarththanan Rajaratnam · 14 years ago
  14. df61b58 Add MacOSXAPIChecker, a meta checker to include various precondition checks for calls by Ted Kremenek · 15 years ago
  15. e3972a9 Enhance the unused ivar checker to not consider an ivar to be accidentally unused by Ted Kremenek · 15 years ago
  16. 381d1bf Add UnixAPIChecker, a meta checker to include various precondition checks for calls by Ted Kremenek · 15 years ago
  17. 94fd0b8 Add simpler checker to check if variables captured by a block are uninitialized. by Ted Kremenek · 15 years ago
  18. 6dd66ed Add new static analyzer for checking LLVM coding conventions: -analyzer-check-llvm-conventions by Ted Kremenek · 15 years ago
  19. 40c37e1 static analyzer: handle casts of a function to a function pointer with by Ted Kremenek · 15 years ago
  20. e20d3c1 Add FlatStore.cpp (from r95214) to CMake build. Don't forget about it! =D by Chandler Carruth · 15 years ago
  21. 145308f Update CMake build. by Ted Kremenek · 15 years ago
  22. 1309f9a Split libAnalysis into two libraries: libAnalysis and libChecker. by Ted Kremenek · 15 years ago