1. 7dc58b7 Add utils/SummarizeErrors. by Daniel Dunbar · 16 years ago
  2. ea301f9 ccc (old): Pass -arch through to assembler if given. by Daniel Dunbar · 16 years ago
  3. 1f6d728 Pass '-undefined- to the linker by Anders Carlsson · 16 years ago
  4. aef5e31 Pass -fblocks to clang by Anders Carlsson · 16 years ago
  5. d2af840 Properly "include" abs_path. by Ted Kremenek · 16 years ago
  6. 8868838 Use abs_path to resolve symbolic links and '..' in report table. by Ted Kremenek · 16 years ago
  7. 0068012 Don't have special treatment from pruning the common suffices of files in /Developer, /usr, etc. by Ted Kremenek · 16 years ago
  8. 9c5774d llvm-ld doesnt support '-g', so aovid passing that opt to it by Nuno Lopes · 16 years ago
  9. d364039 scan-build now recognizes when the user is directly invoking gcc for: by Ted Kremenek · 16 years ago
  10. 3f94303 Input files should be before link options. by Daniel Dunbar · 16 years ago
  11. 688beb2 Fix use of uninitialized variable. by Ted Kremenek · 16 years ago
  12. 17aa568 Allow user toggling between plist and html output with scan-build/ccc-analyzer. by Ted Kremenek · 16 years ago
  13. fabe92e Simplify the functions HtmlEsape and ShellEscape. We now properly print out the following command line in the HTML output: scan-build gcc -x c /dev/null -c -Dfoo='"string abc"' by Ted Kremenek · 16 years ago
  14. a17fd10 Add defined in if(). by Zhongxing Xu · 16 years ago
  15. 39de8dd On Mac OS X, use TMPDIR as the default location to place analysis results. This is a more secure location for such files, and addresses <rdar://problem/6334220>. by Ted Kremenek · 16 years ago
  16. a4982b8 Update FindSpecRefs to recognize named section references. by Daniel Dunbar · 16 years ago
  17. 64818a9 Minor UI enhancement: by Ted Kremenek · 16 years ago
  18. 3f1b419 Patch by Nikita Zhuk: by Ted Kremenek · 16 years ago
  19. a2d8b1a Add store option to scan-build and ccc-analyzer. by Zhongxing Xu · 16 years ago
  20. 650e228 Fix scan-build's processing of clang's analysis arguments. Patch by Nikita Zhuk! by Ted Kremenek · 16 years ago
  21. a19689a Add support for assembler-with-cpp (preprocessed .S files), patch by by Chris Lattner · 16 years ago
  22. 8307553 Add "argument key" processing similar to ccc. by Ted Kremenek · 16 years ago
  23. cbdf293 ccc: Pass '-g' through to clang. Handle -weak_framework. by Daniel Dunbar · 16 years ago
  24. 4245e94 ccc: support -Xlinker by Daniel Dunbar · 16 years ago
  25. bd7bf9c ccc: support -fsyntax-only, add some more darwin options, support by Daniel Dunbar · 16 years ago
  26. 1ab7883 Use 'realpath' to resolve the absolute path to clang and ccc-analyzer. by Ted Kremenek · 16 years ago
  27. d06a58a Add missing newline. by Ted Kremenek · 16 years ago
  28. e7f8437 Add script for checking builtin macros verse another compiler ($CC or gcc). by Daniel Dunbar · 16 years ago
  29. 9db63cb Bug fix, ccc was passing -std twice. by Daniel Dunbar · 16 years ago
  30. 4bf7505 Fix ccc handling of -mmacosx-version-min. by Daniel Dunbar · 16 years ago
  31. 210cbc0 ccc: Use CCC_NATIVE=1 by default. by Daniel Dunbar · 16 years ago
  32. 4bbae5d Support -mmacosx-version-min by Ted Kremenek · 16 years ago
  33. e09dd3a ccc: Add support for another batch of OS X linker options, including by Daniel Dunbar · 16 years ago
  34. ae87cae ccc: Infer action type upfront. by Daniel Dunbar · 16 years ago
  35. 3756a63 Change ccc to not pass -x unknown down. by Daniel Dunbar · 16 years ago
  36. 25808d8 Really don't add -isysroot twice. by Ted Kremenek · 16 years ago
  37. 12ab7cd Don't filter out -fpascal-strings. by Ted Kremenek · 16 years ago
  38. 6bedfef Discard extra -isysroot options. This fixes: by Ted Kremenek · 16 years ago
  39. 510ea53 Add "Path Length" back to the table of bug reports. by Ted Kremenek · 16 years ago
  40. 06b9cad Emulate gcc driver-driver functionality: run analyzer separately for each separate -arch option. by Ted Kremenek · 16 years ago
  41. cd1a646 Add link to report analyzer failures (parse errors, asserts, etc). by Daniel Dunbar · 16 years ago
  42. 7fae8c8 Update scan-build to add markers about crashes. by Daniel Dunbar · 16 years ago
  43. b78ff2b Include clang preprocessed sources as well with "crashes" output. by Ted Kremenek · 16 years ago
  44. 5ea7306 Use .txt extension for info files. by Ted Kremenek · 16 years ago
  45. 60646b0 For generated index.html, look for "scan-view.css", not "/scan-view.css" by Ted Kremenek · 16 years ago
  46. 1d177d3 Yank out special CSS for button rendering (not very portable or well tested, and we were encountering race conditions with CSS loading). by Ted Kremenek · 16 years ago
  47. a40b08f Reintegrate Daniel's changes. by Ted Kremenek · 16 years ago
  48. 3a91c19 Add "SUMMARYENDHEAD" tag. by Ted Kremenek · 16 years ago
  49. bec5461 Don't embed CSS inside scan-build script; use external scanview.css. by Ted Kremenek · 16 years ago
  50. 952545b Don't emit link to source file. by Ted Kremenek · 16 years ago
  51. bef6c26 Make "View Report" just a normal link again. by Ted Kremenek · 16 years ago
  52. a7efe9a Don't print out the path length. by Ted Kremenek · 16 years ago
  53. b3d58a2 Use scan-view to view reports. Opening index.html is deprecated. by Ted Kremenek · 16 years ago
  54. 2350d0c Patch from Richard Godbee: by Ted Kremenek · 16 years ago
  55. 5902011 Add webkit styles using Javascript (detect for AppleWebKit) by Ted Kremenek · 16 years ago
  56. c4f22f6 Unbreak using abs_path. by Ted Kremenek · 16 years ago
  57. 6cef89c Remove debugging message. by Ted Kremenek · 16 years ago
  58. 89b5e67 Unbreak ccc-analyzer: getcwd is from package Cwd by Ted Kremenek · 16 years ago
  59. 5e3d2d1 Patch by Richard Godbee: by Ted Kremenek · 16 years ago
  60. 05af150 scan-build now prints out bug categories. by Ted Kremenek · 16 years ago
  61. 16a8023 Have ScanView.py generate a "<td></td>" pair in the output HTML instead of having scan-build output an empty (and possibly unused) <td>. by Ted Kremenek · 16 years ago
  62. 197dbac Add REPORTBUG marker to scan-build. by Daniel Dunbar · 16 years ago
  63. 74ff58f Analysis option -warn-objc-nserror-methods is no longer available. (check is done automatically with -checker-cfref) by Ted Kremenek · 16 years ago
  64. 6c2572c Enable '-warn-objc-nserror-methods' by default. by Ted Kremenek · 16 years ago
  65. 4622abf Include links to stderr output of clang in the table of files that clang rejects. by Ted Kremenek · 16 years ago
  66. 2c90af2 Add ccc support for -e and -sectorder. - llvmc2, save me! by Daniel Dunbar · 16 years ago
  67. 6fe028a Teach FindSpecRefs how to link to C++ spec. by Daniel Dunbar · 16 years ago
  68. 243f6b6 Echo stderr/stdout from clang subprocess to both the stderr of ccc-analyzer and by Ted Kremenek · 16 years ago
  69. b0354f9 Bug fix: <rdar://problem/6164367> by Ted Kremenek · 16 years ago
  70. 2a28c7b Check if the environment variable TERM is defined before using it. by Ted Kremenek · 16 years ago
  71. 8e7207f Patch to scan-build by Jordan Breeding: by Ted Kremenek · 16 years ago
  72. 80ecfe5 Fix FindSpecRefs to be Python 2.4 compatible and get the SVN revision by Daniel Dunbar · 16 years ago
  73. 39490aa scan-build: by Ted Kremenek · 16 years ago
  74. 5fe845f Capture 'uname' and 'gcc -v' output to .info files. by Ted Kremenek · 16 years ago
  75. 0a662f9 ccc-analyzer: by Ted Kremenek · 16 years ago
  76. 66e470b Added --use-cxx option to scan-build. by Ted Kremenek · 16 years ago
  77. 9120c2a recognise .s/.S file extensions. add default value for CCC_LANGUAGES by Nuno Lopes · 16 years ago
  78. c6197a5 Improve ccc: by Daniel Dunbar · 16 years ago
  79. c880ddf Add utils/FindSpecRefs, Python script for generating specification by Daniel Dunbar · 16 years ago
  80. e0a2bc2 Use explicit variable instead of $? by Ted Kremenek · 16 years ago
  81. 96674c8 Enhance ubiviz to support vertex styles. by Ted Kremenek · 16 years ago
  82. 3926ce7 Automatically execute ubiviz. by Ted Kremenek · 16 years ago
  83. 07404d2 Fix regression: immediately terminate ccc-analyzer when gcc reports an error. by Ted Kremenek · 16 years ago
  84. cf26225 Added Ubigraph visualization for the static analyzer (this is pretty alpha quality). by Ted Kremenek · 16 years ago
  85. d973f66 Remove regression where the analyzer was not called. by Ted Kremenek · 16 years ago
  86. cdb2ae0 Use path information from .info files when computing common prefix information. by Ted Kremenek · 16 years ago
  87. a9c88eb Use the same 'cc' for generated preprocessed crash files as we do for compilation. by Ted Kremenek · 16 years ago
  88. 8094b41 ccc-analyzer now correctly reports the exit code from 'cc'. by Ted Kremenek · 16 years ago
  89. c3b8ab0 Update ccc driver by Daniel Dunbar · 16 years ago
  90. 91ec36e Added --use-cc option to scan-build to allow the user to specify what compiler they want to use for code compilation. by Ted Kremenek · 16 years ago
  91. d367e82 Record arguments in .info file. by Ted Kremenek · 16 years ago
  92. cd7c920 scan-build/ccc-analyzer now also report clang parser failures. by Ted Kremenek · 16 years ago
  93. ddf07e5 fix linking with .so files specified in cmd line (this fixes some libtool usages) by Nuno Lopes · 16 years ago
  94. 708ada4 pass -R arg to linker by Nuno Lopes · 16 years ago
  95. 61c656b Have scan-build/ccc-analyzer generate preprocessed .i/.mi files for sources that clang crashes on. by Ted Kremenek · 16 years ago
  96. 118be0b Fix by Jordan Breeding: when scanning for prior runs, scan-build should ignore files that are not directories. by Ted Kremenek · 16 years ago
  97. 9cfd050 Misc cleanups. by Ted Kremenek · 16 years ago
  98. 559e37e Convert remaining "open" calls to use three-argument form (thanks to Sam Bishop for the tip!). by Ted Kremenek · 16 years ago
  99. 582eef0 Use stable sort. by Ted Kremenek · 16 years ago
  100. a5a7da8 "Escape" bug names with quotes for selecting/deselecting from the bug table. by Ted Kremenek · 16 years ago