1. 7c9624b Refactor builtin function evaluation into a checker. by Zhongxing Xu · 15 years ago
  2. 935ef90 Add EvalCallExpr interface to checker, and migrate the no-return function by Zhongxing Xu · 15 years ago
  3. 459cc23 Update CMake for CallGraph.cpp move. by Daniel Dunbar · 15 years ago
  4. 6d901e3 We can remove this file now. by Zhongxing Xu · 15 years ago
  5. 668399b Refactor undefined result checker. This is the last one. by Zhongxing Xu · 15 years ago
  6. f253aa7 Rename: UndefinedArgChecker.cpp => CallAndMessageChecker.cpp by Zhongxing Xu · 15 years ago
  7. c6e11ff Provide out-of-line definition for destructor of Checker. by Ted Kremenek · 15 years ago
  8. 3e0c098 Fix CMake build by Douglas Gregor · 15 years ago
  9. c79d7d4 Pull BadCallChecker int UndefinedArgChecker, and have UndefinedArgChecker also handled undefined receivers in message expressions. by Ted Kremenek · 15 years ago
  10. eb94113 Add clang-cc option "-analyzer-experimental-checks" to enable experimental path-sensitive checks. The idea is to separate "barely working" or "skunkworks" checks from ones that should always run. Later we need more fine-grain checker control. by Ted Kremenek · 15 years ago
  11. d430786 update CMakefile by Zhongxing Xu · 15 years ago
  12. ac9bea8 Add most of the boilerplate logic for a simple pthread_mutux_lock() -> pthread_mutex_unlock() checker. We need to add a visitor method to Checker for handling dead symbols in order to detect locks that are not unlocked. by Ted Kremenek · 15 years ago
  13. f465e85 Move the ManagerRegistry to the Analysis library to resolve the layering violation. by Chandler Carruth · 15 years ago
  14. d694485 Add undefined array subscript checker. by Zhongxing Xu · 15 years ago
  15. 58e689f Reimplement out-of-bound array access checker with the new checker interface. by Zhongxing Xu · 15 years ago
  16. ead2a5e Update CMake. by Daniel Dunbar · 15 years ago
  17. ede7eb2 Add check for pointer arithmetic on non-array variables. by Zhongxing Xu · 15 years ago
  18. b23c869 remove redundant file name in CMakeLists.txt. by Zhongxing Xu · 15 years ago
  19. 483bfaa update CMakeList.txt by Zhongxing Xu · 15 years ago
  20. 671b9e2 Update CMake by Daniel Dunbar · 15 years ago
  21. 2900ca3 Update CMake by Daniel Dunbar · 15 years ago
  22. 7033d61 Update CMake file. by Benjamin Kramer · 15 years ago
  23. ceeb02d Add a checker for CWE-466: Return of Pointer Value Outside of Expected Range. by Zhongxing Xu · 15 years ago
  24. 1053d24 static analyzer: refactor checking logic for returning the address of a stack variable or a garbage by Ted Kremenek · 15 years ago
  25. 29d63fc Update CMake. by Daniel Dunbar · 15 years ago
  26. 05a2338 Merge ZeroSizedVLAChecker and UndefSizedVLAChecker. by Zhongxing Xu · 15 years ago
  27. dc998c1 Merge NullDerefChecker.[h,cpp] and UndefDerefChecker.[h,cpp]. They are essentially two parts of the same check. by Ted Kremenek · 15 years ago
  28. 9d645b3 Update CMakeLists. by Benjamin Kramer · 15 years ago
  29. 54cb7cc Implement: <rdar://problem/6250216> Warn against using -[NSAutoreleasePool release] in GC mode by Ted Kremenek · 15 years ago
  30. 94943b6 Pull AttrNonNullChecker into its own files. by Zhongxing Xu · 15 years ago
  31. df5fd83 Update CMake file. by Zhongxing Xu · 15 years ago
  32. 29e0ef2 Rename NSErrorCheck to NSErrorChecker. by Ted Kremenek · 15 years ago
  33. ddceb0a Update CMake file. by Ted Kremenek · 15 years ago
  34. 7e36e95 Update CMake file. by Benjamin Kramer · 15 years ago
  35. bc3a021 Move all logic for the null dereference checker from GRExprEngineInternalChecks.cpp to a separate .cpp file. by Ted Kremenek · 15 years ago
  36. ea19b2f Update CMakeLists. by Benjamin Kramer · 15 years ago
  37. a29e52e fix cmake build by Benjamin Kramer · 15 years ago
  38. a0a2c7d Update CMakeLists.txt by Daniel Dunbar · 15 years ago
  39. dbfb5f8 Add initial implementation of checking for uses of floating point as a loop counter. by Ted Kremenek · 15 years ago
  40. 5350066 Move bug reporter "visitors" to their own file and make them part of the public by Ted Kremenek · 15 years ago
  41. 32c3fa4 Fix PR 4594 by refactoring almost all casting logic from GRExprEngine::VisitCast by Ted Kremenek · 15 years ago
  42. e41611a Move the source-level CFG from libAST to libAnalysis. by Ted Kremenek · 15 years ago
  43. b8f96f6 Update CMake file. by Ted Kremenek · 15 years ago
  44. b3b7364 Lexically order files in CMakeLists.txt files. by Ted Kremenek · 15 years ago
  45. 6c07bdb Introduce a new concept to the static analyzer: SValuator. by Ted Kremenek · 15 years ago
  46. cfb361b Update CMake file. by Ted Kremenek · 15 years ago
  47. 7cb1bb3 Update CMake file. by Ted Kremenek · 15 years ago
  48. a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 15 years ago
  49. 488d4b7 add some files to fix the cmake build, patch by Piotr Rak! by Chris Lattner · 16 years ago
  50. d2f4e5e CMake: Builds and installs clang binary and libs (no docs yet). It by Oscar Fuentes · 16 years ago