Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [scan-build] Make scan-build work whether it's installed or not | Jonathan Roelofs | 2015-11-13 | 1 | -114/+0 |
| | | | | llvm-svn: 253074 | ||||
* | Handle possible trailing '/' in xcode-select output. Patch by Jeff Olson. | Ted Kremenek | 2014-04-21 | 1 | -1/+1 |
| | | | | llvm-svn: 206752 | ||||
* | Remove trailing spaces (no other change). Bikeshed #2 | Sylvestre Ledru | 2014-02-18 | 1 | -6/+5 |
| | | | | llvm-svn: 201584 | ||||
* | Set process return code of 1 in set-xcode-analyzer when Xcode needs to be ↵ | Ted Kremenek | 2013-01-11 | 1 | -1/+1 |
| | | | | | | quit. Fixes <rdar://problem/12983031>. llvm-svn: 172256 | ||||
* | Fix set-xcode-analyzer to only modify the ExecPath for the analyzer when ↵ | Ted Kremenek | 2013-01-05 | 1 | -0/+2 |
| | | | | | | | | | | using --use-xcode-clang. Turns out that the ExecPath for the ObjC migrator would also get set. Fixes <rdar://problem/12961769>. llvm-svn: 171607 | ||||
* | Require set-xcode-analyzer to run with Python 2.7 or later. | Ted Kremenek | 2013-01-04 | 1 | -1/+5 |
| | | | | | | Addresses LLVM PR 11661. llvm-svn: 171503 | ||||
* | Teach set-xcode-analyzer that the new default value for ExecPath is ↵ | Ted Kremenek | 2012-10-11 | 1 | -2/+13 |
| | | | | | | CLANG_ANALYZER_EXEC. llvm-svn: 165681 | ||||
* | Have set-xcode-analyer report an error if no xcspec file could be found. | Ted Kremenek | 2012-09-26 | 1 | -0/+5 |
| | | | | llvm-svn: 164713 | ||||
* | Make set-xcode-analyzer more tolerant of the naming differenes reported by ↵ | Ted Kremenek | 2012-09-26 | 1 | -1/+1 |
| | | | | | | xcode-select. llvm-svn: 164712 | ||||
* | Add hack (provided by Jonathan Sauer) to fall back to assuming Xcode is ↵ | Ted Kremenek | 2012-07-16 | 1 | -1/+5 |
| | | | | | | | | | | installed in /Developer when using Python < 2.7.0. This is the case on Snow Leopard, where the tools are always installed in /Developer. This isn't a proper fix for really figuring out where Xcode is installed, but should work to fix an obvious problem on Snow Leopard. llvm-svn: 160321 | ||||
* | Update set-xcode-analyzer to work with Xcode repackaging in Xcode 4.3 | Ted Kremenek | 2012-02-22 | 1 | -1/+9 |
| | | | | llvm-svn: 151179 | ||||
* | Force set-xcode-analyzer to use the system version of Python installed on OS X. | Ted Kremenek | 2012-01-03 | 1 | -1/+5 |
| | | | | llvm-svn: 147483 | ||||
* | 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 |