1. 2aefcb2 Fix ccc-analyzer's handling of quoted arguments in the build command. Fixes PR 6791.[B by Ted Kremenek · 14 years ago
  2. 524c308 scan-build: set environment variable LDPLUSPLUS to 'c++-analyzer' to correctly link projects by Ted Kremenek · 14 years ago
  3. f6f8d5a Don't enable static analysis support for C++ by default. Users are by Ted Kremenek · 14 years ago
  4. a1359ba Pass -m32 and -m64 to the static analyzer when using scan-build. Now we can by Charles Davis · 14 years ago
  5. 6492200 Two changes to scan-build: by Ted Kremenek · 14 years ago
  6. 1d81ed9 Add comments. by Ted Kremenek · 14 years ago
  7. 8d69937 Tweak output. by Ted Kremenek · 14 years ago
  8. 962da0b Add a check for a running Xcode before modifying its configuration files. by Ted Kremenek · 14 years ago
  9. 757a9d1 Add some diagnostics for when we cannot update the original spec file. by Ted Kremenek · 14 years ago
  10. 7aaa953 Add a Python script to change what version of Clang is used by Xcode for static analysis (and ONLY static analysis). by Ted Kremenek · 14 years ago
  11. e01ca51 Fix how scan-build finds c++-analyzer to work with checker builds. by Ted Kremenek · 14 years ago
  12. 9f9e0db Now that the -cc1 options for analyzer checks have a structured naming, add back scanning for analyzer checks to scan-build. by Ted Kremenek · 14 years ago
  13. 565e465 Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'. by Ted Kremenek · 14 years ago
  14. 7909fc8 Rename -cc1 option '-warn-objc-missing-dealloc' to '-analyzer-check-objc-missing-dealloc'. by Ted Kremenek · 14 years ago
  15. fa15be4 Rename -cc1 option '-warn-objc-methodsigs' to '-analyzer-check-objc-methodsigs'. by Ted Kremenek · 14 years ago
  16. 2ade536 Rename -cc1 option '-warn-objc-unused-ivars' to '-analyzer-check-objc-unused-ivars'. by Ted Kremenek · 14 years ago
  17. cd9902b Rename -cc1 option '-warn-dead-stores' to '-analyzer-check-dead-stores'. by Ted Kremenek · 14 years ago
  18. fb3f893 Rename -cc1 option '-warn-security-syntactic' to '-analyzer-check-security-syntactic'. by Ted Kremenek · 14 years ago
  19. 20b4a58 Add c++-analyzer symlink (which is used by scan-build) by Ted Kremenek · 15 years ago
  20. 79433b5 Compute the right extension for preprocessed Objective-C++ files. by Ted Kremenek · 15 years ago
  21. 51b939f Add logic for computing preprocessor file extensions for C++ files. by Ted Kremenek · 15 years ago
  22. 51365b5 scan-build/ccc-analyzer: start analyzing C++ FTW. by Ted Kremenek · 15 years ago
  23. 6fba85d scan-build: when the build command is 'make', override the CC and CXX options by passing them as arguments to make. This fixes <rdar://problem/6790224>. by Ted Kremenek · 15 years ago
  24. 32317b2 Remove more old references to clang-cc. by Ted Kremenek · 15 years ago
  25. 2a3a8b9 Convert scan-build and ccc-analyzer over to using 'clang -cc1' instead of using 'clang-cc'. by Ted Kremenek · 15 years ago
  26. b40d06d Enable '-analyzer-opt-analyze-nested-blocks' by default for testing. by Ted Kremenek · 15 years ago
  27. d8fdde1 Tuck away scan-build related files into tools/scan-build by Kovarththanan Rajaratnam · 15 years ago