1. 3388162 scan-build: Set CC and CXX as make variables when wrapping make builds. by Jordan Rose · 11 years ago
  2. 4415a4b + make scan-build work with Strawberry Perl, ActiveState Perl, cygwin perl and msys perl ports. by Anton Yartsev · 11 years ago
  3. ce4aa85 scan-build: pass -target through to analyzer by Jordan Rose · 11 years ago
  4. de1860d [scan-build] Add missing comma to ccc-analyzer. by Jordan Rose · 11 years ago
  5. 4aaedf0 [scan-build] Pass through all -f and -O flags, along with -Wwrite-strings. by Jordan Rose · 11 years ago
  6. 98137aa [scan-build] Log compiler invocation to stderr, not stdout. by Jordan Rose · 11 years ago
  7. 3ee2ad8 [analyzer] Add --override-compiler option to scan-build. by Anna Zaks · 11 years ago
  8. c810bff scan-build: use the xcodebuild specified by the user. by Jordan Rose · 11 years ago
  9. 27200ad [analyzer] Finally make c++-analyzer 'executable' again. by Anton Yartsev · 12 years ago
  10. 96d63a2 [analyzer] Recreated as a file. by Anton Yartsev · 12 years ago
  11. 6a22d39 [analyzer] Temporary remove c++analyzer to recreate it as a separate file, not a symlink. by Anton Yartsev · 12 years ago
  12. ceb791c [analyzer] scan-build for Windows by Anton Yartsev · 12 years ago
  13. 40ebe3d [analyzer] scan-build: support -enable-checker with new Xcode integration. by Jordan Rose · 12 years ago
  14. 11a90ed [scan-build] Whitelist all -mXXXX options. by Ted Kremenek · 12 years ago
  15. f190f6b [analyzer] scan-build: emit errors on stderr, and exit(1) instead of exit(0). by Jordan Rose · 12 years ago
  16. 4a374f9 [analyzer] Fix scan-build's -stats mode. by Jordan Rose · 12 years ago
  17. e09b8c4 scan-build: explicitly say "No bugs found" if there are no reports. by Jordan Rose · 12 years ago
  18. 9672b90 scan-build: Remove debug print. by Benjamin Kramer · 12 years ago
  19. 47135fe [scan-build] Add quotes around clang executable name to handle path withs spaces. Fixes <rdar://problem/13254727> by Ted Kremenek · 12 years ago
  20. c73dcba [scan-build] fix xcode version parsing to handle dot releases. Fixes <rdar://problem/13265300>. by Ted Kremenek · 12 years ago
  21. 544450e Teach ccc-analyze to pass on -iquote with no spaces between it an the argument. by Ted Kremenek · 12 years ago
  22. 9d9f254 Add some horrible Perl code to teach scan-build to recursively walk a directory for HTML files. by Ted Kremenek · 12 years ago
  23. 1afc201 scan-build: When using Xcode 4.6, use build settings for doing proper build interposition. by Ted Kremenek · 12 years ago
  24. 33e9500 scan-build: Add a --keep-empty option for better testing. by Jordan Rose · 12 years ago
  25. 7a334d9 Always process an index.html file if we have HTML output. Patch by Justin Bogner. by Ted Kremenek · 12 years ago
  26. 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
  27. 75dcea5 ccc-analyzer: Forward -msse* options to the compiler. by Ted Kremenek · 12 years ago
  28. 1b15e85 Fix set-xcode-analyzer to only modify the ExecPath for the analyzer when using --use-xcode-clang. by Ted Kremenek · 12 years ago
  29. e756b65 Require set-xcode-analyzer to run with Python 2.7 or later. by Ted Kremenek · 12 years ago
  30. 2cbdd7d [analyzer] scan-build: Don't forget to close our temp file for Clang's output. by Jordan Rose · 12 years ago
  31. 501be13 [analyzer] scan-build: Treat '.C' files as C++. by Jordan Rose · 12 years ago
  32. 3fa3c44 scan-build: Respect TMPDIR on all platforms, not just Darwin (PR14438). by Jordan Rose · 12 years ago
  33. 0fe4d40 [analyzer] Check that the argument to CFMakeCollectable is non-NULL. by Jordan Rose · 12 years ago
  34. ab48268 Fix some mdoc nits by Sean Silva · 12 years ago
  35. 8b03277 Teach set-xcode-analyzer that the new default value for ExecPath is CLANG_ANALYZER_EXEC. by Ted Kremenek · 12 years ago
  36. b2d6bc3 Have set-xcode-analyer report an error if no xcspec file could be found. by Ted Kremenek · 12 years ago
  37. 9d86eab Make set-xcode-analyzer more tolerant of the naming differenes reported by xcode-select. by Ted Kremenek · 12 years ago
  38. 90b0bc6 ccc-analyzer: pass -stdlib=libc++ through to the analyzer. by Benjamin Kramer · 12 years ago
  39. e6664f4 Revert "Utilize new build system support in Xcode 4.5 for easier interposition" by Ted Kremenek · 12 years ago
  40. f8dcac5 Utilize new build system support in Xcode 4.5 for easier interposition by Ted Kremenek · 12 years ago
  41. a778d71 scan-build: Determine the location of the clang binary before printing help. by Jordan Rose · 12 years ago
  42. be92deb Use double instead of single quote to expand . by Ted Kremenek · 12 years ago
  43. 92daae0 Fix passing of -analyzer-max-loop from scan-build to clang. by Ted Kremenek · 12 years ago
  44. 5a3581d Change --with-analyzer to --use-analyzer, per sage feedback from Jordan. by Ted Kremenek · 12 years ago
  45. 0d3a3fd Fix a few issues related to -with-analyzer reported by Jordan. Let's by Ted Kremenek · 12 years ago
  46. 810e622 Rework how scan-build picks the version of clang to use for static analysis. by Ted Kremenek · 12 years ago
  47. eaafdfc Reformat help text for scan-build, and remove -constraints by Ted Kremenek · 12 years ago
  48. 7307864 Revert "Go ahead and show experimental checkers in the scan-build "-h" output." by Ted Kremenek · 12 years ago
  49. 160b3a5 Go ahead and show experimental checkers in the scan-build "-h" output. by Ted Kremenek · 12 years ago
  50. 56fd908 On OS X, use xcrun (if present) to find the clang to use for static analysis if by Ted Kremenek · 12 years ago
  51. c629ad4 [scan-build] Accept -fno-objc-arc as well as -fobjc-arc. by Jordan Rose · 12 years ago
  52. 6e53137 Teach ccc-analyze about -fobjc-legacy-dispatch and -mios-simulator-version-min by Ted Kremenek · 12 years ago
  53. cbea860 scan-build: factor out setting of environment variables. by Ted Kremenek · 12 years ago
  54. 38447a4 Pull 'xcodebuild' wrapper logic into a separate function. by Ted Kremenek · 12 years ago
  55. 9369d4f [scan-build] Fix clang++ pathname by Arnaud A. de Grandmaison · 12 years ago
  56. b8971b2 Add hack (provided by Jonathan Sauer) to fall back to assuming Xcode is installed in /Developer by Ted Kremenek · 12 years ago
  57. 1e548f1 [analyzer]scan-build: report the total number of steps analyzer performs by Anna Zaks · 12 years ago
  58. c9480dd Adjust scan-build to enable color output for xterm-256color. by Ted Kremenek · 12 years ago
  59. 3065cf9 Sink definition of IBOutlet, IBOutletCollection, and IBAction into by Ted Kremenek · 12 years ago
  60. f8e8a3e [analyzer] Loading external plugins with scan-build by Anna Zaks · 12 years ago
  61. 8db26ce New & improved man page attached, now with standard license added. by Ted Kremenek · 12 years ago
  62. b4882d5 Add the output of "clang --version" to scan-build results, from Gerald Combs! by Douglas Gregor · 13 years ago
  63. 33ee159 Provide a man page for scan-build. Patch by James Lowden! by Ted Kremenek · 13 years ago
  64. f4dd858 [analyzer] Add .cxx and .txx as known file extensions to ccc-analyzer. by Anna Zaks · 13 years ago
  65. 1a45a5f Add static analyzer support for new NSArray/NSDictionary/NSNumber literals. by Ted Kremenek · 13 years ago
  66. 2775b93 Update set-xcode-analyzer to work with Xcode repackaging in Xcode 4.3 by Ted Kremenek · 13 years ago
  67. 71d9d5c Teach ccc-analyzer about -fobjc-abi-version. by Ted Kremenek · 13 years ago
  68. 2c3038e [analyzer] Add the HTML file to the SATest diagnostic diff. by Anna Zaks · 13 years ago
  69. f46ca24 [analyzer] Correct the c++-analyzer symlink by Anna Zaks · 13 years ago
  70. e0e7c99 [analyzer] c++-analyzer should be a symlink. by Anna Zaks · 13 years ago
  71. a772b86 [analyzer] Update the docs to reflect that gcc is not the only default by Anna Zaks · 13 years ago
  72. dd40b84 [analyzer] scan-build: If we are on MacOS, use clang as the default compiler. by Anna Zaks · 13 years ago
  73. f5c5f89 [analyzer] Skip --serialize-diagnostic when running scan-build. by Anna Zaks · 13 years ago
  74. 5a15d92 Force set-xcode-analyzer to use the system version of Python installed on OS X. by Ted Kremenek · 13 years ago
  75. de19bb1 Teach ccc-analyzer about -fobjc-arc. by Ted Kremenek · 13 years ago
  76. 1a8a8cb [analyzer] Make sure scan-build catches all clang failures. by Anna Zaks · 13 years ago
  77. 9134294 [analyzer] When running scan-build with -plist on ./configure, delete the plist files. by Anna Zaks · 13 years ago
  78. 71f11d6 [analyzer] Revert a regression introduced in r133104(The ARC Migration Tool..) due to a merge error. by Anna Zaks · 13 years ago
  79. e2c8663 [analyzer] update bug report url by Nico Weber · 13 years ago
  80. 0a20818 scan-build: enable C++ support by default. by Ted Kremenek · 13 years ago
  81. 8f0e8d2 The ARC Migration Tool. All the credit goes to Argyrios and Fariborz for this. by John McCall · 13 years ago
  82. 6bdda82 Update regex in scan-build for parsing statistics. by Ted Kremenek · 14 years ago
  83. 251c27b Update scan-build to '-analyzer-checker debug.Stats' instead of the old '-analyzer-stats' -cc1 argument. by Ted Kremenek · 14 years ago
  84. 5ca328f Add Objective-C++ files to those accepted by ccc-analyzer. by Ted Kremenek · 14 years ago
  85. 09fbf29 Provide options to explicitly enable/disable checkers in scan-build. by Ted Kremenek · 14 years ago
  86. ea8b01e Enable C++ static analysis support in ccc-analyzer. by Ted Kremenek · 14 years ago
  87. 4cd6ea9 Filter our experimental checks in scan-build's checker listing. by Ted Kremenek · 14 years ago
  88. 9e4a1bb Don't store reports when scan-build's build command matches /autogen/ (same as configure). by Ted Kremenek · 14 years ago
  89. b26fbc1 scan-build: only display analyzer intra-file progress when in "Verbose" mode. by Ted Kremenek · 14 years ago
  90. 5e48bcf Compress argument processing in ccc-analyzer. No functionality change. by Ted Kremenek · 14 years ago
  91. 27871ea Tweak ccc-analyzer's 'Analyze' function to not mutate the original arguments list. by Ted Kremenek · 14 years ago
  92. ba90e8a Enhance scan-build to print out available analyses using new checker registration model. by Ted Kremenek · 14 years ago
  93. 7fe679f Begin overhaul of scan-build/ccc-analyzer's handling of checker options. by Ted Kremenek · 14 years ago
  94. 2bbbfb2 No longer pass deprecated '-nodistribute' flag to xcodebuild. by Ted Kremenek · 14 years ago
  95. ea6d4e7 Enable the self-init checker in scan-build. by Ted Kremenek · 14 years ago
  96. 05acf8b Tweak scan-build to work with naked clang commands. by Ted Kremenek · 14 years ago
  97. 4f2b10b Updated scan-build: by Tom Care · 14 years ago
  98. 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
  99. d9d9726 Forward -fno-builtin to clang, add .cp as a supported by Shantonu Sen · 14 years ago
  100. 55d7d36 Add ccc-analyzer support for '-imacros'. Fixes PR 7204. by Ted Kremenek · 14 years ago