This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from fd5c386f74 Revert: Honor -fdebug-prefix-map when creating function name [...] new 192a57b58b Move detection of libc++ include dirs to Driver on MacOS
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Driver/ToolChains/Darwin.cpp | 32 ++++++++++++++++++++++ lib/Driver/ToolChains/Darwin.h | 4 +++ lib/Frontend/InitHeaderSearch.cpp | 16 ----------- test/Driver/darwin-stdlib.cpp | 21 +++++++------- .../Inputs/mock-libcxx/include/c++/v1/mock_vector | 1 + test/Tooling/clang-check-mac-libcxx-abspath.cpp | 17 ++++++++++++ test/Tooling/clang-check-mac-libcxx-relpath.cpp | 17 ++++++++++++ 7 files changed, 82 insertions(+), 26 deletions(-) create mode 100644 test/Tooling/Inputs/mock-libcxx/include/c++/v1/mock_vector create mode 100644 test/Tooling/clang-check-mac-libcxx-abspath.cpp create mode 100644 test/Tooling/clang-check-mac-libcxx-relpath.cpp