- ba259aa Make 'RangeConstraintManager' the default ConstraintManager. by Ted Kremenek · 16 years ago
- 5566963 Fix potential use of uninitialized variable. by Ted Kremenek · 16 years ago
- da0dda9 scan-build now searches for the clang binary in the subdirectory 'cbin'. by Ted Kremenek · 16 years ago
- 46a54ff ccc-analyzer: by Ted Kremenek · 16 years ago
- 38db555 ABITest: Add some checking of values for return types; useful for by Daniel Dunbar · 16 years ago
- dda09c8 Note some more things to integrate into ABITest by Daniel Dunbar · 16 years ago
- 1245e82 Fix broken line. by Ted Kremenek · 16 years ago
- 99ec8f4 Static Analyzer driver/options (partial) cleanup: by Ted Kremenek · 16 years ago
- 1260080 I didn't mean to change this. by Chris Lattner · 16 years ago
- 8405e09 fix some differences between apple gcc and clang on darwin/x86-32. by Chris Lattner · 16 years ago
- a5f585d -x language fix. Patch by David Chisnall by Fariborz Jahanian · 16 years ago
- 375efac ABITest: Makefile tweaks by Daniel Dunbar · 16 years ago
- e8c55b4 ABITest: Fix access to array test values. by Daniel Dunbar · 16 years ago
- 7700dca ABITest: Fix test value generation for unions. by Daniel Dunbar · 16 years ago
- 081aaed Use xcc (instead of clang directly). by Daniel Dunbar · 16 years ago
- 8fd28cd ccc: Support -v; invent a version number for ccc for now, will be by Daniel Dunbar · 16 years ago
- 51ae63c ABITest: Support --test-layout option for generating by Daniel Dunbar · 16 years ago
- c237323 Use string comparison rather than '=='. by Ted Kremenek · 16 years ago
- 2c3258f PathDiagnostics: by Ted Kremenek · 16 years ago
- 195ec98 Have 'Analyzer Failures' files be named to reflect the category of problem. by Ted Kremenek · 16 years ago
- 789e4ba ABITestGen: Add generation of vector types. by Daniel Dunbar · 16 years ago
- 880c403 Add simple make based harness for running ABI tests. by Daniel Dunbar · 16 years ago
- 60feb28 Added clang option '--analyzer-display-progress' to indicate that the analyzer should output 'ANALYZE:' messages to display its progress on a source file. by Ted Kremenek · 16 years ago
- 9e28ead Update CmpDriver to report missing commands. by Daniel Dunbar · 16 years ago
- 2f1dbf9 Static Analyzer: When generating plists for errors reports, generate one plist file per translation unit that contains all of the diagnostics. by Ted Kremenek · 16 years ago
- 9c32110 Add -analyze action to run static analyzer, instead of inferring from by Daniel Dunbar · 16 years ago
- 7d49409 ccc: Darwin/x86: Add direct cpp support. by Daniel Dunbar · 16 years ago
- 418561d Return success indicator from CmpDriver. by Daniel Dunbar · 16 years ago
- a1bfe63 Add utils/ABITest, my ABI test generation tool. by Daniel Dunbar · 16 years ago
- 88a79e2 CmpDriver: Allow over-ride of drivers to compare through env variables by Daniel Dunbar · 16 years ago
- 1486a5a Add simple tool for comparing drivers (hardcoded to gcc and xcc) which by Daniel Dunbar · 16 years ago
- 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