aboutsummaryrefslogtreecommitdiff
path: root/tools/scan-build/set-xcode-analyzer
AgeCommit message (Collapse)Author
2013-01-11Set process return code of 1 in set-xcode-analyzer when Xcode needs to be ↵Ted Kremenek
quit. Fixes <rdar://problem/12983031>. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172256 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-05Fix set-xcode-analyzer to only modify the ExecPath for the analyzer when ↵Ted Kremenek
using --use-xcode-clang. Turns out that the ExecPath for the ObjC migrator would also get set. Fixes <rdar://problem/12961769>. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171607 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-04Require set-xcode-analyzer to run with Python 2.7 or later.Ted Kremenek
Addresses LLVM PR 11661. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171503 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-11Teach set-xcode-analyzer that the new default value for ExecPath is ↵Ted Kremenek
CLANG_ANALYZER_EXEC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165681 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-26Have set-xcode-analyer report an error if no xcspec file could be found.Ted Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164713 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-26Make set-xcode-analyzer more tolerant of the naming differenes reported by ↵Ted Kremenek
xcode-select. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164712 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-16Add hack (provided by Jonathan Sauer) to fall back to assuming Xcode is ↵Ted Kremenek
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160321 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-22Update set-xcode-analyzer to work with Xcode repackaging in Xcode 4.3Ted Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151179 91177308-0d34-0410-b5e6-96231b3b80d8
2012-01-03Force set-xcode-analyzer to use the system version of Python installed on OS X.Ted Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147483 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-09Tweak output.Ted Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95676 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-09Add a check for a running Xcode before modifying its configuration files.Ted Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95675 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-08Add some diagnostics for when we cannot update the original spec file.Ted Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95572 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-08Add a Python script to change what version of Clang is used by Xcode for ↵Ted Kremenek
static analysis (and ONLY static analysis). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95569 91177308-0d34-0410-b5e6-96231b3b80d8