]> granicus.if.org Git - clang/commit
Add hack (provided by Jonathan Sauer) to fall back to assuming Xcode is installed...
authorTed Kremenek <kremenek@apple.com>
Mon, 16 Jul 2012 21:39:29 +0000 (21:39 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 16 Jul 2012 21:39:29 +0000 (21:39 +0000)
commitb8971b27817608bd268dda18ff3e0b4e61377cd0
tree54bd5c352800e6a1394d30ee03c218e52c959e0c
parent3b71176b1726b9f1d0bd4738a7720c99c49fe64a
Add hack (provided by Jonathan Sauer) to fall back to assuming Xcode is 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
tools/scan-build/set-xcode-analyzer