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