Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Pass '-undefined- to the linker | Anders Carlsson | 2009-01-05 | 1 | -1/+1 | |
| | | | | llvm-svn: 61663 | |||||
* | Pass -fblocks to clang | Anders Carlsson | 2008-12-19 | 1 | -0/+1 | |
| | | | | llvm-svn: 61258 | |||||
* | Properly "include" abs_path. | Ted Kremenek | 2008-12-03 | 1 | -1/+1 | |
| | | | | llvm-svn: 60502 | |||||
* | Use abs_path to resolve symbolic links and '..' in report table. | Ted Kremenek | 2008-12-03 | 1 | -1/+1 | |
| | | | | llvm-svn: 60493 | |||||
* | Don't have special treatment from pruning the common suffices of files in ↵ | Ted Kremenek | 2008-12-03 | 1 | -4/+0 | |
| | | | | | | /Developer, /usr, etc. llvm-svn: 60491 | |||||
* | llvm-ld doesnt support '-g', so aovid passing that opt to it | Nuno Lopes | 2008-12-02 | 1 | -1/+0 | |
| | | | | llvm-svn: 60428 | |||||
* | scan-build now recognizes when the user is directly invoking gcc for: | Ted Kremenek | 2008-11-19 | 1 | -2/+9 | |
| | | | | | | | (a) different versions of gcc (e.g., a suffix '-4.2') (b) different paths for gcc llvm-svn: 59578 | |||||
* | Input files should be before link options. | Daniel Dunbar | 2008-11-18 | 1 | -1/+1 | |
| | | | | | | | | - PR3094. - No test case, ccc is not really a supported product (llvmc2 already got this right). llvm-svn: 59535 | |||||
* | Fix use of uninitialized variable. | Ted Kremenek | 2008-11-04 | 1 | -1/+1 | |
| | | | | llvm-svn: 58663 | |||||
* | Allow user toggling between plist and html output with scan-build/ccc-analyzer. | Ted Kremenek | 2008-11-04 | 2 | -12/+40 | |
| | | | | llvm-svn: 58657 | |||||
* | Simplify the functions HtmlEsape and ShellEscape. We now properly print out ↵ | Ted Kremenek | 2008-11-03 | 1 | -8/+5 | |
| | | | | | | | | the following command line in the HTML output: scan-build gcc -x c /dev/null -c -Dfoo='"string abc"' Fixes <rdar://problem/6338651> llvm-svn: 58600 | |||||
* | Add defined in if(). | Zhongxing Xu | 2008-11-02 | 1 | -1/+1 | |
| | | | | llvm-svn: 58562 | |||||
* | On Mac OS X, use TMPDIR as the default location to place analysis results. ↵ | Ted Kremenek | 2008-10-31 | 1 | -2/+9 | |
| | | | | | | This is a more secure location for such files, and addresses <rdar://problem/6334220>. llvm-svn: 58491 | |||||
* | Update FindSpecRefs to recognize named section references. | Daniel Dunbar | 2008-10-29 | 1 | -15/+40 | |
| | | | | | | | | - Unfortunately, I don't have an easy way to map from named sections to numbers nicely so they don't get page numbers or integrate in the list well. llvm-svn: 58368 | |||||
* | Minor UI enhancement: | Ted Kremenek | 2008-10-28 | 1 | -1/+18 | |
| | | | | | | | | (1) when all of the bug category boxes are checked, automatically check "All Bugs" (2) when any of the bug category boxes are unchecked, automatically uncheck "All Bugs" llvm-svn: 58346 | |||||
* | Patch by Nikita Zhuk: | Ted Kremenek | 2008-10-28 | 1 | -1/+16 | |
| | | | | | | The attached patch adds a checkbox to the scan-build summary report, which toggles all other checkboxes' states. llvm-svn: 58344 | |||||
* | Add store option to scan-build and ccc-analyzer. | Zhongxing Xu | 2008-10-27 | 2 | -1/+24 | |
| | | | | llvm-svn: 58248 | |||||
* | Fix scan-build's processing of clang's analysis arguments. Patch by Nikita ↵ | Ted Kremenek | 2008-10-24 | 1 | -1/+1 | |
| | | | | | | Zhuk! llvm-svn: 58093 | |||||
* | Add support for assembler-with-cpp (preprocessed .S files), patch by | Chris Lattner | 2008-10-22 | 1 | -1/+1 | |
| | | | | | | Roman Divacky! llvm-svn: 57988 | |||||
* | Add "argument key" processing similar to ccc. | Ted Kremenek | 2008-10-19 | 1 | -10/+11 | |
| | | | | llvm-svn: 57780 | |||||
* | ccc: Pass '-g' through to clang. Handle -weak_framework. | Daniel Dunbar | 2008-10-19 | 1 | -0/+7 | |
| | | | | llvm-svn: 57779 | |||||
* | ccc: support -Xlinker | Daniel Dunbar | 2008-10-16 | 1 | -1/+1 | |
| | | | | llvm-svn: 57613 | |||||
* | ccc: support -fsyntax-only, add some more darwin options, support | Daniel Dunbar | 2008-10-15 | 1 | -1/+30 | |
| | | | | | | logging of actions. llvm-svn: 57603 | |||||
* | Use 'realpath' to resolve the absolute path to clang and ccc-analyzer. | Ted Kremenek | 2008-10-13 | 1 | -9/+25 | |
| | | | | | | Add "-analyze-headers" option to scan-build that passes the option -analyzer-opt-analyze-headers to clang. llvm-svn: 57467 | |||||
* | Add missing newline. | Ted Kremenek | 2008-10-10 | 1 | -2/+2 | |
| | | | | llvm-svn: 57333 | |||||
* | Add script for checking builtin macros verse another compiler ($CC or | Daniel Dunbar | 2008-10-05 | 1 | -0/+23 | |
| | | | | | | gcc). llvm-svn: 57133 | |||||
* | Bug fix, ccc was passing -std twice. | Daniel Dunbar | 2008-10-03 | 1 | -2/+0 | |
| | | | | llvm-svn: 56991 | |||||
* | Fix ccc handling of -mmacosx-version-min. | Daniel Dunbar | 2008-10-02 | 1 | -2/+4 | |
| | | | | llvm-svn: 56956 | |||||
* | ccc: Use CCC_NATIVE=1 by default. | Daniel Dunbar | 2008-10-01 | 1 | -4/+14 | |
| | | | | | | | | | | | | | - So far this works fairly well for me for building applications using clang as a gcc substitute. If you are using ccc for a different purpose and this is a problem, speak up! Note you can also use CCC_NATIVE=0 to disable. - Also, turn CCC_ECHO off as default. - Also, pass through -Wl, to linker. llvm-svn: 56904 | |||||
* | Support -mmacosx-version-min | Ted Kremenek | 2008-09-30 | 1 | -1/+2 | |
| | | | | llvm-svn: 56892 | |||||
* | ccc: Add support for another batch of OS X linker options, including | Daniel Dunbar | 2008-09-30 | 1 | -6/+13 | |
| | | | | | | | | | -mmacosx-version-min. One might anticipate that at some point I will just break down and go through the man page. That seems a little too obvious. llvm-svn: 56890 | |||||
* | ccc: Infer action type upfront. | Daniel Dunbar | 2008-09-30 | 1 | -9/+13 | |
| | | | | | | | | - More straightforward, e.g. -E should always imply action = 'preprocess' (I think). - Pass another option through for OS X. llvm-svn: 56884 | |||||
* | Change ccc to not pass -x unknown down. | Daniel Dunbar | 2008-09-30 | 1 | -6/+20 | |
| | | | | | | Pass through some more Mac OS X linker options. llvm-svn: 56853 | |||||
* | Really don't add -isysroot twice. | Ted Kremenek | 2008-09-29 | 1 | -3/+4 | |
| | | | | llvm-svn: 56815 | |||||
* | Don't filter out -fpascal-strings. | Ted Kremenek | 2008-09-29 | 1 | -1/+2 | |
| | | | | llvm-svn: 56810 | |||||
* | Discard extra -isysroot options. This fixes: | Ted Kremenek | 2008-09-29 | 1 | -0/+16 | |
| | | | | | | <rdar://problem/6253141> Parser rejection occurs when command line has more than one -isysroot switch llvm-svn: 56790 | |||||
* | Add "Path Length" back to the table of bug reports. | Ted Kremenek | 2008-09-28 | 1 | -3/+5 | |
| | | | | llvm-svn: 56765 | |||||
* | Emulate gcc driver-driver functionality: run analyzer separately for each ↵ | Ted Kremenek | 2008-09-25 | 1 | -4/+25 | |
| | | | | | | separate -arch option. llvm-svn: 56618 | |||||
* | Add link to report analyzer failures (parse errors, asserts, etc). | Daniel Dunbar | 2008-09-25 | 1 | -1/+1 | |
| | | | | llvm-svn: 56606 | |||||
* | Update scan-build to add markers about crashes. | Daniel Dunbar | 2008-09-25 | 1 | -1/+4 | |
| | | | | llvm-svn: 56603 | |||||
* | Include clang preprocessed sources as well with "crashes" output. | Ted Kremenek | 2008-09-25 | 1 | -3/+12 | |
| | | | | llvm-svn: 56601 | |||||
* | Use .txt extension for info files. | Ted Kremenek | 2008-09-25 | 2 | -6/+6 | |
| | | | | llvm-svn: 56598 | |||||
* | For generated index.html, look for "scan-view.css", not "/scan-view.css" | Ted Kremenek | 2008-09-23 | 1 | -1/+1 | |
| | | | | llvm-svn: 56510 | |||||
* | Yank out special CSS for button rendering (not very portable or well tested, ↵ | Ted Kremenek | 2008-09-22 | 1 | -12/+0 | |
| | | | | | | and we were encountering race conditions with CSS loading). llvm-svn: 56449 | |||||
* | Reintegrate Daniel's changes. | Ted Kremenek | 2008-09-22 | 1 | -1/+43 | |
| | | | | llvm-svn: 56447 | |||||
* | Add "SUMMARYENDHEAD" tag. | Ted Kremenek | 2008-09-22 | 1 | -0/+1 | |
| | | | | llvm-svn: 56445 | |||||
* | Don't embed CSS inside scan-build script; use external scanview.css. | Ted Kremenek | 2008-09-22 | 2 | -27/+33 | |
| | | | | llvm-svn: 56444 | |||||
* | Don't emit link to source file. | Ted Kremenek | 2008-09-22 | 1 | -13/+2 | |
| | | | | llvm-svn: 56443 | |||||
* | Make "View Report" just a normal link again. | Ted Kremenek | 2008-09-22 | 1 | -1/+1 | |
| | | | | llvm-svn: 56442 | |||||
* | Don't print out the path length. | Ted Kremenek | 2008-09-22 | 1 | -6/+4 | |
| | | | | llvm-svn: 56441 |