This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6b3068a9c5 [clang][driver] Weaken the test from 359353 to appease Windows bots new b8a27facb3 [Driver] Support priority for multilibs new dfdff39b85 [Fuchsia] Support multilib for -fsanitize=address and -fno-e [...] new 2b5f7f9e2e Revert Fix interactions between __builtin_constant_p and con [...]
The 3 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/Driver/Multilib.h | 7 ++- lib/AST/ExprConstant.cpp | 63 ++++++++++------------ lib/Driver/Multilib.cpp | 20 +++++-- lib/Driver/ToolChains/CommonArgs.cpp | 39 ++------------ lib/Driver/ToolChains/CommonArgs.h | 11 ++-- lib/Driver/ToolChains/Fuchsia.cpp | 52 +++++++++++++++++- lib/Driver/ToolChains/Gnu.cpp | 12 +---- lib/Sema/SemaChecking.cpp | 6 +-- .../aarch64-fuchsia/lib/noexcept}/.keep | 0 .../x86_64-fuchsia/lib/noexcept}/.keep | 0 test/Driver/fuchsia.cpp | 21 ++++++++ test/SemaCXX/builtin-constant-p.cpp | 61 --------------------- test/SemaCXX/enable_if.cpp | 11 ---- unittests/Driver/MultilibTest.cpp | 24 +++++++++ 14 files changed, 160 insertions(+), 167 deletions(-) copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => resource_dir_with_per_t [...] copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => resource_dir_with_per_t [...] delete mode 100644 test/SemaCXX/builtin-constant-p.cpp