Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Two changes to scan-build: | Ted Kremenek | 2010-02-12 | 1 | -6/+6 | |
| | | | | | | | | | | | (1) When no 'clang' is found with 'scan-build', remember the one from the path as scan-build sees it, not the build system. This prevents us from finding different clangs during the build. (2) Don't set LDPLUSPLUS when running xcodebuild; instead rely on the clang driver to do the right thing. llvm-svn: 95943 | |||||
* | Add comments. | Ted Kremenek | 2010-02-12 | 1 | -1/+4 | |
| | | | | llvm-svn: 95942 | |||||
* | Tweak output. | Ted Kremenek | 2010-02-09 | 1 | -8/+7 | |
| | | | | llvm-svn: 95676 | |||||
* | Add a check for a running Xcode before modifying its configuration files. | Ted Kremenek | 2010-02-09 | 1 | -1/+8 | |
| | | | | llvm-svn: 95675 | |||||
* | Add some diagnostics for when we cannot update the original spec file. | Ted Kremenek | 2010-02-08 | 1 | -3/+9 | |
| | | | | llvm-svn: 95572 | |||||
* | Add a Python script to change what version of Clang is used by Xcode for ↵ | Ted Kremenek | 2010-02-08 | 1 | -0/+65 | |
| | | | | | | static analysis (and ONLY static analysis). llvm-svn: 95569 | |||||
* | Fix how scan-build finds c++-analyzer to work with checker builds. | Ted Kremenek | 2010-02-05 | 1 | -7/+7 | |
| | | | | llvm-svn: 95425 | |||||
* | Now that the -cc1 options for analyzer checks have a structured naming, add ↵ | Ted Kremenek | 2010-02-05 | 1 | -15/+4 | |
| | | | | | | back scanning for analyzer checks to scan-build. llvm-svn: 95349 | |||||
* | Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'. | Ted Kremenek | 2010-02-05 | 2 | -2/+2 | |
| | | | | llvm-svn: 95348 | |||||
* | Rename -cc1 option '-warn-objc-missing-dealloc' to ↵ | Ted Kremenek | 2010-02-05 | 1 | -1/+1 | |
| | | | | | | '-analyzer-check-objc-missing-dealloc'. llvm-svn: 95347 | |||||
* | Rename -cc1 option '-warn-objc-methodsigs' to '-analyzer-check-objc-methodsigs'. | Ted Kremenek | 2010-02-05 | 1 | -1/+1 | |
| | | | | llvm-svn: 95346 | |||||
* | Rename -cc1 option '-warn-objc-unused-ivars' to ↵ | Ted Kremenek | 2010-02-05 | 1 | -1/+1 | |
| | | | | | | '-analyzer-check-objc-unused-ivars'. llvm-svn: 95345 | |||||
* | Rename -cc1 option '-warn-dead-stores' to '-analyzer-check-dead-stores'. | Ted Kremenek | 2010-02-05 | 1 | -1/+1 | |
| | | | | llvm-svn: 95343 | |||||
* | Rename -cc1 option '-warn-security-syntactic' to ↵ | Ted Kremenek | 2010-02-05 | 1 | -1/+1 | |
| | | | | | | '-analyzer-check-security-syntactic'. llvm-svn: 95342 | |||||
* | Add c++-analyzer symlink (which is used by scan-build) | Ted Kremenek | 2009-12-22 | 1 | -0/+1 | |
| | | | | llvm-svn: 91937 | |||||
* | Compute the right extension for preprocessed Objective-C++ files. | Ted Kremenek | 2009-12-16 | 1 | -1/+1 | |
| | | | | llvm-svn: 91547 | |||||
* | Add logic for computing preprocessor file extensions for C++ files. | Ted Kremenek | 2009-12-16 | 1 | -0/+2 | |
| | | | | llvm-svn: 91505 | |||||
* | scan-build/ccc-analyzer: start analyzing C++ FTW. | Ted Kremenek | 2009-12-15 | 2 | -30/+67 | |
| | | | | llvm-svn: 91398 | |||||
* | scan-build: when the build command is 'make', override the CC and CXX ↵ | Ted Kremenek | 2009-12-11 | 1 | -0/+2 | |
| | | | | | | options by passing them as arguments to make. This fixes <rdar://problem/6790224>. llvm-svn: 91179 | |||||
* | Remove more old references to clang-cc. | Ted Kremenek | 2009-12-11 | 1 | -3/+3 | |
| | | | | llvm-svn: 91177 | |||||
* | Convert scan-build and ccc-analyzer over to using 'clang -cc1' instead of ↵ | Ted Kremenek | 2009-12-11 | 2 | -74/+29 | |
| | | | | | | using 'clang-cc'. llvm-svn: 91172 | |||||
* | Enable '-analyzer-opt-analyze-nested-blocks' by default for testing. | Ted Kremenek | 2009-12-07 | 1 | -0/+1 | |
| | | | | llvm-svn: 90812 | |||||
* | Tuck away scan-build related files into tools/scan-build | Kovarththanan Rajaratnam | 2009-12-01 | 4 | -0/+2484 | |
llvm-svn: 90215 |