This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 36584d3c82 Enable memtag sanitizer in all AArch64 toolchains new 318c63ccf2 Fix crash on switch conditions of non-integer types in templates
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/AST/Expr.cpp | 9 +++++++++ lib/Sema/SemaChecking.cpp | 2 ++ test/SemaTemplate/dependent-names.cpp | 3 --- test/SemaTemplate/enum-argument.cpp | 3 +-- test/SemaTemplate/member-access-expr.cpp | 2 +- test/SemaTemplate/non-integral-switch-cond.cpp | 14 ++++++++++++++ 6 files changed, 27 insertions(+), 6 deletions(-) create mode 100644 test/SemaTemplate/non-integral-switch-cond.cpp