This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5f44510 This patch fixes target linker emulation for ARM 32 big endian. new 0baecc7 [-fms-extensions] Permit incomplete types in dynamic exceptio [...] new f659d76 Strip Android version when looking up toolchain paths.
The 2 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/Basic/DiagnosticSemaKinds.td | 2 ++ lib/Driver/Driver.cpp | 10 +++++++++- lib/Sema/SemaExceptionSpec.cpp | 7 +++++-- .../bin/arm-linux-androideabi-ld | 0 .../android_triple_version/bin/arm-linux-androideabi-ld.exe | 0 test/Driver/android-triple-version.c | 10 ++++++++++ test/SemaCXX/ms-exception-spec.cpp | 6 +++++- 7 files changed, 31 insertions(+), 4 deletions(-) copy test/Driver/Inputs/{basic_android_ndk_tree => android_triple_version}/bin/arm [...] mode change 100644 => 100755 copy bindings/python/tests/__init__.py => test/Driver/Inputs/android_triple_versio [...] mode change 100644 => 100755 create mode 100644 test/Driver/android-triple-version.c