1. f64c18a Set process return code of 1 in set-xcode-analyzer when Xcode needs to be quit. Fixes <rdar://problem/12983031>. by Ted Kremenek · 12 years ago
  2. 75dcea5 ccc-analyzer: Forward -msse* options to the compiler. by Ted Kremenek · 12 years ago
  3. 1b15e85 Fix set-xcode-analyzer to only modify the ExecPath for the analyzer when using --use-xcode-clang. by Ted Kremenek · 12 years ago
  4. e756b65 Require set-xcode-analyzer to run with Python 2.7 or later. by Ted Kremenek · 12 years ago
  5. 2cbdd7d [analyzer] scan-build: Don't forget to close our temp file for Clang's output. by Jordan Rose · 12 years ago
  6. 501be13 [analyzer] scan-build: Treat '.C' files as C++. by Jordan Rose · 12 years ago
  7. 3fa3c44 scan-build: Respect TMPDIR on all platforms, not just Darwin (PR14438). by Jordan Rose · 12 years ago
  8. 0fe4d40 [analyzer] Check that the argument to CFMakeCollectable is non-NULL. by Jordan Rose · 12 years ago
  9. ab48268 Fix some mdoc nits by Sean Silva · 12 years ago
  10. 8b03277 Teach set-xcode-analyzer that the new default value for ExecPath is CLANG_ANALYZER_EXEC. by Ted Kremenek · 12 years ago
  11. b2d6bc3 Have set-xcode-analyer report an error if no xcspec file could be found. by Ted Kremenek · 12 years ago
  12. 9d86eab Make set-xcode-analyzer more tolerant of the naming differenes reported by xcode-select. by Ted Kremenek · 12 years ago
  13. 90b0bc6 ccc-analyzer: pass -stdlib=libc++ through to the analyzer. by Benjamin Kramer · 12 years ago
  14. e6664f4 Revert "Utilize new build system support in Xcode 4.5 for easier interposition" by Ted Kremenek · 12 years ago
  15. f8dcac5 Utilize new build system support in Xcode 4.5 for easier interposition by Ted Kremenek · 12 years ago
  16. a778d71 scan-build: Determine the location of the clang binary before printing help. by Jordan Rose · 12 years ago
  17. be92deb Use double instead of single quote to expand . by Ted Kremenek · 12 years ago
  18. 92daae0 Fix passing of -analyzer-max-loop from scan-build to clang. by Ted Kremenek · 12 years ago
  19. 5a3581d Change --with-analyzer to --use-analyzer, per sage feedback from Jordan. by Ted Kremenek · 12 years ago
  20. 0d3a3fd Fix a few issues related to -with-analyzer reported by Jordan. Let's by Ted Kremenek · 12 years ago
  21. 810e622 Rework how scan-build picks the version of clang to use for static analysis. by Ted Kremenek · 12 years ago
  22. eaafdfc Reformat help text for scan-build, and remove -constraints by Ted Kremenek · 12 years ago
  23. 7307864 Revert "Go ahead and show experimental checkers in the scan-build "-h" output." by Ted Kremenek · 12 years ago
  24. 160b3a5 Go ahead and show experimental checkers in the scan-build "-h" output. by Ted Kremenek · 12 years ago
  25. 56fd908 On OS X, use xcrun (if present) to find the clang to use for static analysis if by Ted Kremenek · 12 years ago
  26. c629ad4 [scan-build] Accept -fno-objc-arc as well as -fobjc-arc. by Jordan Rose · 12 years ago
  27. 6e53137 Teach ccc-analyze about -fobjc-legacy-dispatch and -mios-simulator-version-min by Ted Kremenek · 12 years ago
  28. cbea860 scan-build: factor out setting of environment variables. by Ted Kremenek · 12 years ago
  29. 38447a4 Pull 'xcodebuild' wrapper logic into a separate function. by Ted Kremenek · 12 years ago
  30. 9369d4f [scan-build] Fix clang++ pathname by Arnaud A. de Grandmaison · 12 years ago
  31. b8971b2 Add hack (provided by Jonathan Sauer) to fall back to assuming Xcode is installed in /Developer by Ted Kremenek · 12 years ago
  32. 1e548f1 [analyzer]scan-build: report the total number of steps analyzer performs by Anna Zaks · 12 years ago
  33. c9480dd Adjust scan-build to enable color output for xterm-256color. by Ted Kremenek · 12 years ago
  34. 3065cf9 Sink definition of IBOutlet, IBOutletCollection, and IBAction into by Ted Kremenek · 12 years ago
  35. f8e8a3e [analyzer] Loading external plugins with scan-build by Anna Zaks · 12 years ago
  36. 8db26ce New & improved man page attached, now with standard license added. by Ted Kremenek · 12 years ago
  37. b4882d5 Add the output of "clang --version" to scan-build results, from Gerald Combs! by Douglas Gregor · 12 years ago
  38. 33ee159 Provide a man page for scan-build. Patch by James Lowden! by Ted Kremenek · 12 years ago
  39. f4dd858 [analyzer] Add .cxx and .txx as known file extensions to ccc-analyzer. by Anna Zaks · 12 years ago
  40. 1a45a5f Add static analyzer support for new NSArray/NSDictionary/NSNumber literals. by Ted Kremenek · 12 years ago
  41. 2775b93 Update set-xcode-analyzer to work with Xcode repackaging in Xcode 4.3 by Ted Kremenek · 12 years ago
  42. 71d9d5c Teach ccc-analyzer about -fobjc-abi-version. by Ted Kremenek · 12 years ago
  43. 2c3038e [analyzer] Add the HTML file to the SATest diagnostic diff. by Anna Zaks · 12 years ago
  44. f46ca24 [analyzer] Correct the c++-analyzer symlink by Anna Zaks · 13 years ago
  45. e0e7c99 [analyzer] c++-analyzer should be a symlink. by Anna Zaks · 13 years ago
  46. a772b86 [analyzer] Update the docs to reflect that gcc is not the only default by Anna Zaks · 13 years ago
  47. dd40b84 [analyzer] scan-build: If we are on MacOS, use clang as the default compiler. by Anna Zaks · 13 years ago
  48. f5c5f89 [analyzer] Skip --serialize-diagnostic when running scan-build. by Anna Zaks · 13 years ago
  49. 5a15d92 Force set-xcode-analyzer to use the system version of Python installed on OS X. by Ted Kremenek · 13 years ago
  50. de19bb1 Teach ccc-analyzer about -fobjc-arc. by Ted Kremenek · 13 years ago
  51. 1a8a8cb [analyzer] Make sure scan-build catches all clang failures. by Anna Zaks · 13 years ago
  52. 9134294 [analyzer] When running scan-build with -plist on ./configure, delete the plist files. by Anna Zaks · 13 years ago
  53. 71f11d6 [analyzer] Revert a regression introduced in r133104(The ARC Migration Tool..) due to a merge error. by Anna Zaks · 13 years ago
  54. e2c8663 [analyzer] update bug report url by Nico Weber · 13 years ago
  55. 0a20818 scan-build: enable C++ support by default. by Ted Kremenek · 13 years ago
  56. 8f0e8d2 The ARC Migration Tool. All the credit goes to Argyrios and Fariborz for this. by John McCall · 13 years ago
  57. 6bdda82 Update regex in scan-build for parsing statistics. by Ted Kremenek · 13 years ago
  58. 251c27b Update scan-build to '-analyzer-checker debug.Stats' instead of the old '-analyzer-stats' -cc1 argument. by Ted Kremenek · 13 years ago
  59. 5ca328f Add Objective-C++ files to those accepted by ccc-analyzer. by Ted Kremenek · 13 years ago
  60. 09fbf29 Provide options to explicitly enable/disable checkers in scan-build. by Ted Kremenek · 13 years ago
  61. ea8b01e Enable C++ static analysis support in ccc-analyzer. by Ted Kremenek · 13 years ago
  62. 4cd6ea9 Filter our experimental checks in scan-build's checker listing. by Ted Kremenek · 13 years ago
  63. 9e4a1bb Don't store reports when scan-build's build command matches /autogen/ (same as configure). by Ted Kremenek · 13 years ago
  64. b26fbc1 scan-build: only display analyzer intra-file progress when in "Verbose" mode. by Ted Kremenek · 13 years ago
  65. 5e48bcf Compress argument processing in ccc-analyzer. No functionality change. by Ted Kremenek · 13 years ago
  66. 27871ea Tweak ccc-analyzer's 'Analyze' function to not mutate the original arguments list. by Ted Kremenek · 13 years ago
  67. ba90e8a Enhance scan-build to print out available analyses using new checker registration model. by Ted Kremenek · 13 years ago
  68. 7fe679f Begin overhaul of scan-build/ccc-analyzer's handling of checker options. by Ted Kremenek · 13 years ago
  69. 2bbbfb2 No longer pass deprecated '-nodistribute' flag to xcodebuild. by Ted Kremenek · 13 years ago
  70. ea6d4e7 Enable the self-init checker in scan-build. by Ted Kremenek · 13 years ago
  71. 05acf8b Tweak scan-build to work with naked clang commands. by Ted Kremenek · 14 years ago
  72. 4f2b10b Updated scan-build: by Tom Care · 14 years ago
  73. a716f63 Modified the ccc-analyzer script to print the compiler command when log level verbosity is enabled. This is handy for debugging. by Tom Care · 14 years ago
  74. d9d9726 Forward -fno-builtin to clang, add .cp as a supported by Shantonu Sen · 14 years ago
  75. 55d7d36 Add ccc-analyzer support for '-imacros'. Fixes PR 7204. by Ted Kremenek · 14 years ago
  76. 2aefcb2 Fix ccc-analyzer's handling of quoted arguments in the build command. Fixes PR 6791.[B by Ted Kremenek · 14 years ago
  77. 524c308 scan-build: set environment variable LDPLUSPLUS to 'c++-analyzer' to correctly link projects by Ted Kremenek · 14 years ago
  78. f6f8d5a Don't enable static analysis support for C++ by default. Users are by Ted Kremenek · 14 years ago
  79. a1359ba Pass -m32 and -m64 to the static analyzer when using scan-build. Now we can by Charles Davis · 14 years ago
  80. 6492200 Two changes to scan-build: by Ted Kremenek · 14 years ago
  81. 1d81ed9 Add comments. by Ted Kremenek · 14 years ago
  82. 8d69937 Tweak output. by Ted Kremenek · 14 years ago
  83. 962da0b Add a check for a running Xcode before modifying its configuration files. by Ted Kremenek · 14 years ago
  84. 757a9d1 Add some diagnostics for when we cannot update the original spec file. by Ted Kremenek · 14 years ago
  85. 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
  86. e01ca51 Fix how scan-build finds c++-analyzer to work with checker builds. by Ted Kremenek · 14 years ago
  87. 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
  88. 565e465 Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'. by Ted Kremenek · 14 years ago
  89. 7909fc8 Rename -cc1 option '-warn-objc-missing-dealloc' to '-analyzer-check-objc-missing-dealloc'. by Ted Kremenek · 14 years ago
  90. fa15be4 Rename -cc1 option '-warn-objc-methodsigs' to '-analyzer-check-objc-methodsigs'. by Ted Kremenek · 14 years ago
  91. 2ade536 Rename -cc1 option '-warn-objc-unused-ivars' to '-analyzer-check-objc-unused-ivars'. by Ted Kremenek · 14 years ago
  92. cd9902b Rename -cc1 option '-warn-dead-stores' to '-analyzer-check-dead-stores'. by Ted Kremenek · 14 years ago
  93. fb3f893 Rename -cc1 option '-warn-security-syntactic' to '-analyzer-check-security-syntactic'. by Ted Kremenek · 14 years ago
  94. 20b4a58 Add c++-analyzer symlink (which is used by scan-build) by Ted Kremenek · 15 years ago
  95. 79433b5 Compute the right extension for preprocessed Objective-C++ files. by Ted Kremenek · 15 years ago
  96. 51b939f Add logic for computing preprocessor file extensions for C++ files. by Ted Kremenek · 15 years ago
  97. 51365b5 scan-build/ccc-analyzer: start analyzing C++ FTW. by Ted Kremenek · 15 years ago
  98. 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
  99. 32317b2 Remove more old references to clang-cc. by Ted Kremenek · 15 years ago
  100. 2a3a8b9 Convert scan-build and ccc-analyzer over to using 'clang -cc1' instead of using 'clang-cc'. by Ted Kremenek · 15 years ago