This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from cc40f56a8c [GCOV] fix test after patch rL346642 new 4b7ff10919 Make clang-based tools find libc++ 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: include/clang/Lex/HeaderSearchOptions.h | 7 +++++++ lib/Frontend/CreateInvocationFromCommandLine.cpp | 8 ++++++-- lib/Frontend/InitHeaderSearch.cpp | 11 +++-------- lib/Tooling/Tooling.cpp | 3 +++ .../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, 54 insertions(+), 10 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