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