clang-1/tools
Argyrios Kyrtzidis f676608f60 [libclang] Don't set dylib load address to 0xe000000.
Per Greg Clayton:
libclang.dylib is trying to be smart and load itself at a valid address
to be able to load faster which would work for 32 bit systems,
bit won't make any difference on 64 bit systems.
It should either pick a better 64 bit address, or just let itself be loaded at zero.

rdar://11159142

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155246 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-20 22:07:11 +00:00
..
arcmt-test Kill the last vestiges of clangIndex 2012-04-13 17:26:32 +00:00
c-arcmt-test Kill the last vestiges of clangIndex 2012-04-13 17:26:32 +00:00
c-index-test c-index-test: dispose spelling string after use. 2012-04-14 09:11:51 +00:00
clang-check Adds a FixedCompilationDatabase to be able to specify tool parameters 2012-04-18 07:41:50 +00:00
diagtool Provide common include for all diagnostic headers. 2012-02-15 21:58:34 +00:00
driver Add a little hack to emulate a clang crash, so the diagnostics generator can be 2012-04-20 17:08:59 +00:00
libclang [libclang] Don't set dylib load address to 0xe000000. 2012-04-20 22:07:11 +00:00
scan-build [analyzer] Add .cxx and .txx as known file extensions to ccc-analyzer. 2012-04-14 16:30:00 +00:00
scan-view Fix call to send_error() in scan-view. An int error code is expected but a string was being sent. Patch by Andrew Price! 2011-02-21 19:26:48 +00:00
CMakeLists.txt Adds a tooling library. 2012-04-04 12:07:46 +00:00
Makefile Adds a tooling library. 2012-04-04 12:07:46 +00:00