summaryrefslogtreecommitdiffstats
path: root/clang/tools/scan-build/set-xcode-analyzer
Commit message (Collapse)AuthorAgeFilesLines
* [scan-build] Make scan-build work whether it's installed or notJonathan Roelofs2015-11-131-114/+0
| | | | llvm-svn: 253074
* Handle possible trailing '/' in xcode-select output. Patch by Jeff Olson.Ted Kremenek2014-04-211-1/+1
| | | | llvm-svn: 206752
* Remove trailing spaces (no other change). Bikeshed #2Sylvestre Ledru2014-02-181-6/+5
| | | | llvm-svn: 201584
* Set process return code of 1 in set-xcode-analyzer when Xcode needs to be ↵Ted Kremenek2013-01-111-1/+1
| | | | | | quit. Fixes <rdar://problem/12983031>. llvm-svn: 172256
* Fix set-xcode-analyzer to only modify the ExecPath for the analyzer when ↵Ted Kremenek2013-01-051-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 Kremenek2013-01-041-1/+5
| | | | | | Addresses LLVM PR 11661. llvm-svn: 171503
* Teach set-xcode-analyzer that the new default value for ExecPath is ↵Ted Kremenek2012-10-111-2/+13
| | | | | | CLANG_ANALYZER_EXEC. llvm-svn: 165681
* Have set-xcode-analyer report an error if no xcspec file could be found.Ted Kremenek2012-09-261-0/+5
| | | | llvm-svn: 164713
* Make set-xcode-analyzer more tolerant of the naming differenes reported by ↵Ted Kremenek2012-09-261-1/+1
| | | | | | xcode-select. llvm-svn: 164712
* Add hack (provided by Jonathan Sauer) to fall back to assuming Xcode is ↵Ted Kremenek2012-07-161-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.3Ted Kremenek2012-02-221-1/+9
| | | | llvm-svn: 151179
* Force set-xcode-analyzer to use the system version of Python installed on OS X.Ted Kremenek2012-01-031-1/+5
| | | | llvm-svn: 147483
* Tweak output.Ted Kremenek2010-02-091-8/+7
| | | | llvm-svn: 95676
* Add a check for a running Xcode before modifying its configuration files.Ted Kremenek2010-02-091-1/+8
| | | | llvm-svn: 95675
* Add some diagnostics for when we cannot update the original spec file.Ted Kremenek2010-02-081-3/+9
| | | | llvm-svn: 95572
* Add a Python script to change what version of Clang is used by Xcode for ↵Ted Kremenek2010-02-081-0/+65
static analysis (and ONLY static analysis). llvm-svn: 95569
OpenPOWER on IntegriCloud