- 7dc58b7 Add utils/SummarizeErrors. by Daniel Dunbar · 16 years ago
- ea301f9 ccc (old): Pass -arch through to assembler if given. by Daniel Dunbar · 16 years ago
- 1f6d728 Pass '-undefined- to the linker by Anders Carlsson · 16 years ago
- aef5e31 Pass -fblocks to clang by Anders Carlsson · 16 years ago
- d2af840 Properly "include" abs_path. by Ted Kremenek · 16 years ago
- 8868838 Use abs_path to resolve symbolic links and '..' in report table. by Ted Kremenek · 16 years ago
- 0068012 Don't have special treatment from pruning the common suffices of files in /Developer, /usr, etc. by Ted Kremenek · 16 years ago
- 9c5774d llvm-ld doesnt support '-g', so aovid passing that opt to it by Nuno Lopes · 16 years ago
- d364039 scan-build now recognizes when the user is directly invoking gcc for: by Ted Kremenek · 16 years ago
- 3f94303 Input files should be before link options. by Daniel Dunbar · 16 years ago
- 688beb2 Fix use of uninitialized variable. by Ted Kremenek · 16 years ago
- 17aa568 Allow user toggling between plist and html output with scan-build/ccc-analyzer. by Ted Kremenek · 16 years ago
- 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
- a17fd10 Add defined in if(). by Zhongxing Xu · 16 years ago
- 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
- a4982b8 Update FindSpecRefs to recognize named section references. by Daniel Dunbar · 16 years ago
- 64818a9 Minor UI enhancement: by Ted Kremenek · 16 years ago
- 3f1b419 Patch by Nikita Zhuk: by Ted Kremenek · 16 years ago
- a2d8b1a Add store option to scan-build and ccc-analyzer. by Zhongxing Xu · 16 years ago
- 650e228 Fix scan-build's processing of clang's analysis arguments. Patch by Nikita Zhuk! by Ted Kremenek · 16 years ago
- a19689a Add support for assembler-with-cpp (preprocessed .S files), patch by by Chris Lattner · 16 years ago
- 8307553 Add "argument key" processing similar to ccc. by Ted Kremenek · 16 years ago
- cbdf293 ccc: Pass '-g' through to clang. Handle -weak_framework. by Daniel Dunbar · 16 years ago
- 4245e94 ccc: support -Xlinker by Daniel Dunbar · 16 years ago
- bd7bf9c ccc: support -fsyntax-only, add some more darwin options, support by Daniel Dunbar · 16 years ago
- 1ab7883 Use 'realpath' to resolve the absolute path to clang and ccc-analyzer. by Ted Kremenek · 16 years ago
- d06a58a Add missing newline. by Ted Kremenek · 16 years ago
- e7f8437 Add script for checking builtin macros verse another compiler ($CC or gcc). by Daniel Dunbar · 16 years ago
- 9db63cb Bug fix, ccc was passing -std twice. by Daniel Dunbar · 16 years ago
- 4bf7505 Fix ccc handling of -mmacosx-version-min. by Daniel Dunbar · 16 years ago
- 210cbc0 ccc: Use CCC_NATIVE=1 by default. by Daniel Dunbar · 16 years ago
- 4bbae5d Support -mmacosx-version-min by Ted Kremenek · 16 years ago
- e09dd3a ccc: Add support for another batch of OS X linker options, including by Daniel Dunbar · 16 years ago
- ae87cae ccc: Infer action type upfront. by Daniel Dunbar · 16 years ago
- 3756a63 Change ccc to not pass -x unknown down. by Daniel Dunbar · 16 years ago
- 25808d8 Really don't add -isysroot twice. by Ted Kremenek · 16 years ago
- 12ab7cd Don't filter out -fpascal-strings. by Ted Kremenek · 16 years ago
- 6bedfef Discard extra -isysroot options. This fixes: by Ted Kremenek · 16 years ago
- 510ea53 Add "Path Length" back to the table of bug reports. by Ted Kremenek · 16 years ago
- 06b9cad Emulate gcc driver-driver functionality: run analyzer separately for each separate -arch option. by Ted Kremenek · 16 years ago
- cd1a646 Add link to report analyzer failures (parse errors, asserts, etc). by Daniel Dunbar · 16 years ago
- 7fae8c8 Update scan-build to add markers about crashes. by Daniel Dunbar · 16 years ago
- b78ff2b Include clang preprocessed sources as well with "crashes" output. by Ted Kremenek · 16 years ago
- 5ea7306 Use .txt extension for info files. by Ted Kremenek · 16 years ago
- 60646b0 For generated index.html, look for "scan-view.css", not "/scan-view.css" by Ted Kremenek · 16 years ago
- 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
- a40b08f Reintegrate Daniel's changes. by Ted Kremenek · 16 years ago
- 3a91c19 Add "SUMMARYENDHEAD" tag. by Ted Kremenek · 16 years ago
- bec5461 Don't embed CSS inside scan-build script; use external scanview.css. by Ted Kremenek · 16 years ago
- 952545b Don't emit link to source file. by Ted Kremenek · 16 years ago
- bef6c26 Make "View Report" just a normal link again. by Ted Kremenek · 16 years ago
- a7efe9a Don't print out the path length. by Ted Kremenek · 16 years ago
- b3d58a2 Use scan-view to view reports. Opening index.html is deprecated. by Ted Kremenek · 16 years ago
- 2350d0c Patch from Richard Godbee: by Ted Kremenek · 16 years ago
- 5902011 Add webkit styles using Javascript (detect for AppleWebKit) by Ted Kremenek · 16 years ago
- c4f22f6 Unbreak using abs_path. by Ted Kremenek · 16 years ago
- 6cef89c Remove debugging message. by Ted Kremenek · 16 years ago
- 89b5e67 Unbreak ccc-analyzer: getcwd is from package Cwd by Ted Kremenek · 16 years ago
- 5e3d2d1 Patch by Richard Godbee: by Ted Kremenek · 16 years ago
- 05af150 scan-build now prints out bug categories. by Ted Kremenek · 16 years ago
- 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
- 197dbac Add REPORTBUG marker to scan-build. by Daniel Dunbar · 16 years ago
- 74ff58f Analysis option -warn-objc-nserror-methods is no longer available. (check is done automatically with -checker-cfref) by Ted Kremenek · 16 years ago
- 6c2572c Enable '-warn-objc-nserror-methods' by default. by Ted Kremenek · 16 years ago
- 4622abf Include links to stderr output of clang in the table of files that clang rejects. by Ted Kremenek · 16 years ago
- 2c90af2 Add ccc support for -e and -sectorder. - llvmc2, save me! by Daniel Dunbar · 16 years ago
- 6fe028a Teach FindSpecRefs how to link to C++ spec. by Daniel Dunbar · 16 years ago
- 243f6b6 Echo stderr/stdout from clang subprocess to both the stderr of ccc-analyzer and by Ted Kremenek · 16 years ago
- b0354f9 Bug fix: <rdar://problem/6164367> by Ted Kremenek · 16 years ago
- 2a28c7b Check if the environment variable TERM is defined before using it. by Ted Kremenek · 16 years ago
- 8e7207f Patch to scan-build by Jordan Breeding: by Ted Kremenek · 16 years ago
- 80ecfe5 Fix FindSpecRefs to be Python 2.4 compatible and get the SVN revision by Daniel Dunbar · 16 years ago
- 39490aa scan-build: by Ted Kremenek · 16 years ago
- 5fe845f Capture 'uname' and 'gcc -v' output to .info files. by Ted Kremenek · 16 years ago
- 0a662f9 ccc-analyzer: by Ted Kremenek · 16 years ago
- 66e470b Added --use-cxx option to scan-build. by Ted Kremenek · 16 years ago
- 9120c2a recognise .s/.S file extensions. add default value for CCC_LANGUAGES by Nuno Lopes · 16 years ago
- c6197a5 Improve ccc: by Daniel Dunbar · 16 years ago
- c880ddf Add utils/FindSpecRefs, Python script for generating specification by Daniel Dunbar · 16 years ago
- e0a2bc2 Use explicit variable instead of $? by Ted Kremenek · 16 years ago
- 96674c8 Enhance ubiviz to support vertex styles. by Ted Kremenek · 16 years ago
- 3926ce7 Automatically execute ubiviz. by Ted Kremenek · 16 years ago
- 07404d2 Fix regression: immediately terminate ccc-analyzer when gcc reports an error. by Ted Kremenek · 16 years ago
- cf26225 Added Ubigraph visualization for the static analyzer (this is pretty alpha quality). by Ted Kremenek · 16 years ago
- d973f66 Remove regression where the analyzer was not called. by Ted Kremenek · 16 years ago
- cdb2ae0 Use path information from .info files when computing common prefix information. by Ted Kremenek · 16 years ago
- a9c88eb Use the same 'cc' for generated preprocessed crash files as we do for compilation. by Ted Kremenek · 16 years ago
- 8094b41 ccc-analyzer now correctly reports the exit code from 'cc'. by Ted Kremenek · 16 years ago
- c3b8ab0 Update ccc driver by Daniel Dunbar · 16 years ago
- 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
- d367e82 Record arguments in .info file. by Ted Kremenek · 16 years ago
- cd7c920 scan-build/ccc-analyzer now also report clang parser failures. by Ted Kremenek · 16 years ago
- ddf07e5 fix linking with .so files specified in cmd line (this fixes some libtool usages) by Nuno Lopes · 16 years ago
- 708ada4 pass -R arg to linker by Nuno Lopes · 16 years ago
- 61c656b Have scan-build/ccc-analyzer generate preprocessed .i/.mi files for sources that clang crashes on. by Ted Kremenek · 16 years ago
- 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
- 9cfd050 Misc cleanups. by Ted Kremenek · 16 years ago
- 559e37e Convert remaining "open" calls to use three-argument form (thanks to Sam Bishop for the tip!). by Ted Kremenek · 16 years ago
- 582eef0 Use stable sort. by Ted Kremenek · 16 years ago
- a5a7da8 "Escape" bug names with quotes for selecting/deselecting from the bug table. by Ted Kremenek · 16 years ago