This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from cc28d75 Taking StringRef in Driver.h APIs instead of raw pointers (NFC) new 27875fe [Driver] Add driver support for Fuchsia
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/Basic/Targets.cpp | 26 +++++++++++ lib/Driver/Driver.cpp | 3 ++ lib/Driver/ToolChains.cpp | 102 +++++++++++++++++++++++++++++++++++++++++++ lib/Driver/ToolChains.h | 33 ++++++++++++++ lib/Driver/Tools.cpp | 107 ++++++++++++++++++++++++++++++++++++++++++++++ lib/Driver/Tools.h | 15 +++++++ test/Driver/fuchsia.c | 40 +++++++++++++++++ test/Driver/fuchsia.cpp | 33 ++++++++++++++ 8 files changed, 359 insertions(+) create mode 100644 test/Driver/fuchsia.c create mode 100644 test/Driver/fuchsia.cpp