]> granicus.if.org Git - clang/commit
Fixes the header search logic for tools:
authorManuel Klimek <klimek@google.com>
Wed, 25 Apr 2012 09:25:41 +0000 (09:25 +0000)
committerManuel Klimek <klimek@google.com>
Wed, 25 Apr 2012 09:25:41 +0000 (09:25 +0000)
commit3e8479d97f59594ac90799f3ff831ac3b2b81c48
treef6afe933e5f3e9791967e16c189622a4fb44683c
parenta6ddc02921d47d0a1dc9ffe4d31438f250751e05
Fixes the header search logic for tools:
The driver needs to get the correct path to the executable to deduce
the header search path.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155542 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Tooling/Tooling.cpp
test/Tooling/clang-check-builtin-headers.cpp [new file with mode: 0644]