1. e817771 [analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/AnalysisConsumer.cpp into Frontend lib. by Argyrios Kyrtzidis · 14 years ago
  2. 811d75e [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core. by Argyrios Kyrtzidis · 14 years ago
  3. 432424d [analyzer] Introduce ObjCMessage which represents both explicit ObjC message expressions and implicit by Argyrios Kyrtzidis · 14 years ago
  4. e8f4b04 Fix CMakeLists.txt. by Zhongxing Xu · 14 years ago
  5. 2770eb1 Unbreak the CMake build. by Douglas Gregor · 14 years ago
  6. 2114258 Chris Lattner has strong opinions about directory layout. :) by Ted Kremenek · 14 years ago[Renamed (85%) from lib/EntoSA/CMakeLists.txt]
  7. 3a8f40e Rename headers: 'clang/GR' 'clang/EntoSA' and update Makefile. by Ted Kremenek · 14 years ago[Renamed (87%) from lib/GR/CMakeLists.txt]
  8. 11db268 Subsequent attempt to fix linux build. by Argyrios Kyrtzidis · 14 years ago
  9. 9abcf99 Forgot to move the files in CMakeLists.txt. by Argyrios Kyrtzidis · 14 years ago
  10. d2592a3 [analyzer] Refactoring: Drop the 'GR' prefix. by Argyrios Kyrtzidis · 14 years ago
  11. a7af5ea [analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own library, libclangGRCheckers by Argyrios Kyrtzidis · 14 years ago
  12. bce30c5 [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclangGRCore by Argyrios Kyrtzidis · 14 years ago[Renamed (94%) from lib/Checker/CMakeLists.txt]
  13. bb8fef3 Move CocoaConventions.[h,cpp] from libChecker by Ted Kremenek · 14 years ago
  14. ebd4f52 Introduce TextPathDiagnostics, a simple PathDiagnosticClient that outputs as diagnostic notes by Argyrios Kyrtzidis · 14 years ago
  15. c8413fd Merge ValueManager into SValBuilder. by Ted Kremenek · 14 years ago
  16. 846eabd Rename 'SValuator' to 'SValBuilder'. The new name by Ted Kremenek · 14 years ago
  17. 08f7e67 Unbreak the CMake build. by Francois Pichet · 14 years ago
  18. 560a921 Revert "CMake: Update to use standard CMake dependency tracking facilities instead" by Michael J. Spencer · 14 years ago
  19. 5a7f349 CMake: Update to use standard CMake dependency tracking facilities instead by Michael J. Spencer · 14 years ago
  20. 4f6aa77 Implement: <rdar://problem/6351970> rule request: warn if @synchronized mutex can be nil by Ted Kremenek · 14 years ago
  21. 52d861c Added AnalyzerStatsChecker, a path sensitive check that reports visitation statistics about analysis. Running clang with the -analyzer-stats flag will emit warnings containing the information. We can then run a postanalysis script to take this data and give useful information about how much the analyzer missed in a project. by Tom Care · 14 years ago
  22. ec9bf47 Clean up CMake dependencies by Douglas Gregor · 14 years ago
  23. a9fbf5b Extracted out some useful common functions in IdempotentOperationChecker to their own CheckerHelpers file. by Tom Care · 14 years ago
  24. c4b5bd8 Added an path-sensitive unreachable code checker to the experimental analyzer checks. by Tom Care · 14 years ago
  25. c6238d2 Reapply r108617. by Zhongxing Xu · 14 years ago
  26. ee30965 Revert r108617, it broke the build. by Benjamin Kramer · 14 years ago
  27. 69b8194 Prepare the analyzer for the callee in another translation unit: by Zhongxing Xu · 14 years ago
  28. ccbf7ee Add a new path-sensitive checker for functions in <string.h>, for both null-terminated strings and memory blocks. Currently only checks memcpy(), memmove(), and bcopy(), but this is intended to be expanded soon. by Jordy Rose · 14 years ago
  29. 0a02e3e Sort CMake file. by Ted Kremenek · 14 years ago
  30. 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
  31. ee6e4b4 Update CMake build for new attribute changes. by Sean Hunt · 14 years ago
  32. c196095 Add StreamChecker. This checker models and checks stream manipulation functions. by Zhongxing Xu · 14 years ago
  33. 9b414d3 Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library configuration by Daniel Dunbar · 14 years ago
  34. a3b6727 Remove an entry for a now deleted file. Fixes the neglected CMake build. ;] by Chandler Carruth · 14 years ago
  35. 1622a54 Add a checker check if a global variable holds a local variable's address after by Zhongxing Xu · 14 years ago
  36. 9a55591 Convert DeclNodes to use TableGen. by Sean Hunt · 14 years ago
  37. ab28099 CastSizeChecker checks when casting a malloc'ed symbolic region to type T, by Zhongxing Xu · 14 years ago
  38. 71b1d0e Unbreak CMake build. by Douglas Gregor · 14 years ago
  39. cb7464a Move all C++ expression evaluation logic into its own file. by Zhongxing Xu · 14 years ago
  40. 13b7639 update CMakeLists.txt by Zhongxing Xu · 14 years ago
  41. 909e6aa Sort calls to add_clang_library() by Kovarththanan Rajaratnam · 14 years ago
  42. df61b58 Add MacOSXAPIChecker, a meta checker to include various precondition checks for calls by Ted Kremenek · 15 years ago
  43. e3972a9 Enhance the unused ivar checker to not consider an ivar to be accidentally unused by Ted Kremenek · 15 years ago
  44. 381d1bf Add UnixAPIChecker, a meta checker to include various precondition checks for calls by Ted Kremenek · 15 years ago
  45. 94fd0b8 Add simpler checker to check if variables captured by a block are uninitialized. by Ted Kremenek · 15 years ago
  46. 6dd66ed Add new static analyzer for checking LLVM coding conventions: -analyzer-check-llvm-conventions by Ted Kremenek · 15 years ago
  47. 40c37e1 static analyzer: handle casts of a function to a function pointer with by Ted Kremenek · 15 years ago
  48. e20d3c1 Add FlatStore.cpp (from r95214) to CMake build. Don't forget about it! =D by Chandler Carruth · 15 years ago
  49. 145308f Update CMake build. by Ted Kremenek · 15 years ago
  50. 1309f9a Split libAnalysis into two libraries: libAnalysis and libChecker. by Ted Kremenek · 15 years ago