1. c790515 Consistency on the tab/space by Sylvestre Ledru · 11 years ago
  2. 6aac507 Fix Bug 14061 - scan-build crashes during postprocessing if BUGFILE no longer exists by Sylvestre Ledru · 11 years ago
  3. bf9effc actually, just check if it is a file (including directory or symlink) by Sylvestre Ledru · 11 years ago
  4. c7bc525 Check that the directory does not exist. by Sylvestre Ledru · 11 years ago
  5. ac5a08a List the function/method name in the index page of scan-build by Sylvestre Ledru · 11 years ago
  6. 9882e1a With the option '-analyzer-config stable-report-filename=true', by Sylvestre Ledru · 11 years ago
  7. e8103ab revert "r209526 List the function/method name in the index page of scan-build " by Sylvestre Ledru · 12 years ago
  8. 970d318 List the function/method name in the index page of scan-build by Sylvestre Ledru · 12 years ago
  9. df70a7b Replace system() by native perl calls by Sylvestre Ledru · 12 years ago
  10. 3cbaa46 Improve a scan-build message by Sylvestre Ledru · 12 years ago
  11. 90d0914 scan-build: Don't use realpath when the user provides an explicit path. by Jordan Rose · 12 years ago
  12. 905d848f Remove trailing spaces (no other change) by Sylvestre Ledru · 12 years ago
  13. 3dcbca3 [analyzer] Add -analyzer-config to scan-build. by Jordan Rose · 12 years ago
  14. 3bde507 [analyzer] scan-build: add missing semicolon by Jordan Rose · 12 years ago
  15. e10c859 [analyzer] Put more uniqueness in scan-build's temporary directory names. by Jordan Rose · 12 years ago
  16. 1c71ab0 scan-build: Set CC and CXX as make variables when wrapping make builds. by Jordan Rose · 12 years ago
  17. 9ddb5fe + make scan-build work with Strawberry Perl, ActiveState Perl, cygwin perl and msys perl ports. by Anton Yartsev · 12 years ago
  18. 9f53c95 [analyzer] Add --override-compiler option to scan-build. by Anna Zaks · 13 years ago
  19. d8fb478 scan-build: use the xcodebuild specified by the user. by Jordan Rose · 13 years ago
  20. caaaf2e [analyzer] scan-build for Windows by Anton Yartsev · 13 years ago
  21. 38c97d2 [analyzer] scan-build: support -enable-checker with new Xcode integration. by Jordan Rose · 13 years ago
  22. 83662f7 [analyzer] scan-build: emit errors on stderr, and exit(1) instead of exit(0). by Jordan Rose · 13 years ago
  23. 529e239 [analyzer] Fix scan-build's -stats mode. by Jordan Rose · 13 years ago
  24. 838b72f scan-build: explicitly say "No bugs found" if there are no reports. by Jordan Rose · 13 years ago
  25. d504096 scan-build: Remove debug print. by Benjamin Kramer · 13 years ago
  26. 2dca31e [scan-build] Add quotes around clang executable name to handle path withs spaces. Fixes <rdar://problem/13254727> by Ted Kremenek · 13 years ago
  27. 9ddfa89 [scan-build] fix xcode version parsing to handle dot releases. Fixes <rdar://problem/13265300>. by Ted Kremenek · 13 years ago
  28. 26c777c Add some horrible Perl code to teach scan-build to recursively walk a directory for HTML files. by Ted Kremenek · 13 years ago
  29. 2381345 scan-build: When using Xcode 4.6, use build settings for doing proper build interposition. by Ted Kremenek · 13 years ago
  30. b18179d scan-build: Add a --keep-empty option for better testing. by Jordan Rose · 13 years ago
  31. 15b47bc Always process an index.html file if we have HTML output. Patch by Justin Bogner. by Ted Kremenek · 13 years ago
  32. a333f3f scan-build: Respect TMPDIR on all platforms, not just Darwin (PR14438). by Jordan Rose · 13 years ago
  33. b184a36 Revert "Utilize new build system support in Xcode 4.5 for easier interposition" by Ted Kremenek · 13 years ago
  34. 460602e Utilize new build system support in Xcode 4.5 for easier interposition by Ted Kremenek · 13 years ago
  35. c87e690 scan-build: Determine the location of the clang binary before printing help. by Jordan Rose · 13 years ago
  36. e29d2b8 Use double instead of single quote to expand . by Ted Kremenek · 13 years ago
  37. 2a226a6 Fix passing of -analyzer-max-loop from scan-build to clang. by Ted Kremenek · 13 years ago
  38. ca13244 Change --with-analyzer to --use-analyzer, per sage feedback from Jordan. by Ted Kremenek · 13 years ago
  39. 12cda33 Fix a few issues related to -with-analyzer reported by Jordan. Let's by Ted Kremenek · 13 years ago
  40. 2270850 Rework how scan-build picks the version of clang to use for static analysis. by Ted Kremenek · 13 years ago
  41. 2f65f46 Reformat help text for scan-build, and remove -constraints by Ted Kremenek · 13 years ago
  42. 7c2137a Revert "Go ahead and show experimental checkers in the scan-build "-h" output." by Ted Kremenek · 13 years ago
  43. b5e409f Go ahead and show experimental checkers in the scan-build "-h" output. by Ted Kremenek · 13 years ago
  44. af592ee On OS X, use xcrun (if present) to find the clang to use for static analysis if by Ted Kremenek · 13 years ago
  45. b9ddbd3 scan-build: factor out setting of environment variables. by Ted Kremenek · 13 years ago
  46. 0d29bd2 Pull 'xcodebuild' wrapper logic into a separate function. by Ted Kremenek · 13 years ago
  47. e00629f [scan-build] Fix clang++ pathname by Arnaud A. de Grandmaison · 13 years ago
  48. 7aa3687 [analyzer]scan-build: report the total number of steps analyzer performs by Anna Zaks · 13 years ago
  49. 00c31c8 Adjust scan-build to enable color output for xterm-256color. by Ted Kremenek · 13 years ago
  50. 268f154 [analyzer] Loading external plugins with scan-build by Anna Zaks · 14 years ago
  51. e1e8937 New & improved man page attached, now with standard license added. by Ted Kremenek · 14 years ago
  52. 4b5c997 Add the output of "clang --version" to scan-build results, from Gerald Combs! by Douglas Gregor · 14 years ago
  53. b3d896d [analyzer] Add the HTML file to the SATest diagnostic diff. by Anna Zaks · 14 years ago
  54. 8e2fc5c [analyzer] Update the docs to reflect that gcc is not the only default by Anna Zaks · 14 years ago
  55. 5d8f912 [analyzer] update bug report url by Nico Weber · 14 years ago
  56. 04f93b9 Update regex in scan-build for parsing statistics. by Ted Kremenek · 15 years ago
  57. f261096 Update scan-build to '-analyzer-checker debug.Stats' instead of the old '-analyzer-stats' -cc1 argument. by Ted Kremenek · 15 years ago
  58. f62a279 Provide options to explicitly enable/disable checkers in scan-build. by Ted Kremenek · 15 years ago
  59. 75bb01b Filter our experimental checks in scan-build's checker listing. by Ted Kremenek · 15 years ago
  60. c8e6f51 Don't store reports when scan-build's build command matches /autogen/ (same as configure). by Ted Kremenek · 15 years ago
  61. 27fdf0f Enhance scan-build to print out available analyses using new checker registration model. by Ted Kremenek · 15 years ago
  62. 42ec914 Begin overhaul of scan-build/ccc-analyzer's handling of checker options. by Ted Kremenek · 15 years ago
  63. fffba74 No longer pass deprecated '-nodistribute' flag to xcodebuild. by Ted Kremenek · 15 years ago
  64. 1dd5646 Enable the self-init checker in scan-build. by Ted Kremenek · 15 years ago
  65. 5165108 Tweak scan-build to work with naked clang commands. by Ted Kremenek · 15 years ago
  66. ea7c48c Updated scan-build: by Tom Care · 15 years ago
  67. d76197a scan-build: set environment variable LDPLUSPLUS to 'c++-analyzer' to correctly link projects by Ted Kremenek · 16 years ago
  68. e9711db Two changes to scan-build: by Ted Kremenek · 16 years ago
  69. 6a93195 Fix how scan-build finds c++-analyzer to work with checker builds. by Ted Kremenek · 16 years ago
  70. 01a8310 Now that the -cc1 options for analyzer checks have a structured naming, add back scanning for analyzer checks to scan-build. by Ted Kremenek · 16 years ago
  71. 2f2692f Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'. by Ted Kremenek · 16 years ago
  72. b6e400c Rename -cc1 option '-warn-objc-missing-dealloc' to '-analyzer-check-objc-missing-dealloc'. by Ted Kremenek · 16 years ago
  73. 61b506a Rename -cc1 option '-warn-objc-methodsigs' to '-analyzer-check-objc-methodsigs'. by Ted Kremenek · 16 years ago
  74. 2d8ef71 Rename -cc1 option '-warn-objc-unused-ivars' to '-analyzer-check-objc-unused-ivars'. by Ted Kremenek · 16 years ago
  75. d519b83 Rename -cc1 option '-warn-dead-stores' to '-analyzer-check-dead-stores'. by Ted Kremenek · 16 years ago
  76. ec5b3d4 Rename -cc1 option '-warn-security-syntactic' to '-analyzer-check-security-syntactic'. by Ted Kremenek · 16 years ago
  77. f65a0c6 scan-build/ccc-analyzer: start analyzing C++ FTW. by Ted Kremenek · 16 years ago
  78. f5303fe 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 · 16 years ago
  79. 5c512e6 Convert scan-build and ccc-analyzer over to using 'clang -cc1' instead of using 'clang-cc'. by Ted Kremenek · 16 years ago
  80. cb58439 Tuck away scan-build related files into tools/scan-build by Kovarththanan Rajaratnam · 16 years ago[Renamed from clang/utils/scan-build]
  81. 4d1907c Remove '-checker-simple' reference from scan-build. Patch by Kovarththanan Rajaratnam! by Ted Kremenek · 16 years ago
  82. 9f2ee2b Use 'eq' operator, and enable regular experimental checks when --experimental-checks is passed to scan-build. by Ted Kremenek · 16 years ago
  83. 4ef13f8 Add clang-cc option "--analyzer-experimental-internal-checks". This by Ted Kremenek · 16 years ago
  84. 05e6f5b Turn on 'RegionStore' as the default store manager both for 'clang --analyze' and 'scan-build'. Leave 'BasicStore' as the default store manager in 'clang-cc'. While there are still known warts with RegionStore, it's ready to be tested by general users. by Ted Kremenek · 16 years ago
  85. 36c14a0 Renable "html" indexing by default. by Ted Kremenek · 16 years ago
  86. 90e2e07 Have scan-build clue off of 'BUGMETAEND' to know when to stop processing an HTML file. by Ted Kremenek · 16 years ago
  87. bfe393f Add scan-build option '-no-failure-reports' to supress the creation of a 'failures' subdirectory that includes crash reports, preprocessed files, etc. by Ted Kremenek · 16 years ago
  88. 0a1fa85 scan-build: Don't try to index plist-html output directories by Daniel Dunbar · 16 years ago
  89. 5cc5486 Add scan-build support for 'plist-html', a hybrid mode that supports the by Ted Kremenek · 16 years ago
  90. cd31df0 Enable the '-warn-security-syntactic' checker option by default. by Ted Kremenek · 16 years ago
  91. c3fd330 Remove bogus check. by Ted Kremenek · 16 years ago
  92. 1d67c22 Add error message when clang-cc cannot be found. by Ted Kremenek · 16 years ago
  93. eef7a21 Add hack to scan-build to fix PR 4215 by Ted Kremenek · 17 years ago
  94. 3c2775f Make scan-build process of --use-cc and --html-title more robust. by Ted Kremenek · 17 years ago
  95. 1f991f0 Add total hack to get scan-build working again. ccc-analyzer calls by Ted Kremenek · 17 years ago
  96. 554b537 scan-build: Also look for clang-cc in ../libexec by Ted Kremenek · 17 years ago
  97. 97eaadd More path updates with clang-cc... by Ted Kremenek · 17 years ago
  98. c13a6bc Update scan-build/ccc-analyzer to use 'clang-cc' instead of 'clang'. by Ted Kremenek · 17 years ago
  99. 3759754 '-o' option now supports relative paths. by Ted Kremenek · 17 years ago
  100. 6f74418 scan-build: Also look for clang in the same directory as scan-build. by Ted Kremenek · 17 years ago