This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1ec71b3 [Clang][Darwin] Define __ARM_DWARF_EH__ for WatchABI new 45074ec [Concepts] Pass requires-clause to ActOnTemplateParameterList; NFC new 9d575dd Fix crash in BuildCXXDefaultInitExpr.
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/Sema/Sema.h | 3 ++- lib/Parse/ParseDecl.cpp | 2 +- lib/Parse/ParseDeclCXX.cpp | 2 +- lib/Parse/ParseTemplate.cpp | 19 +++++++++---------- lib/Sema/SemaDeclCXX.cpp | 15 +++++++++++++-- lib/Sema/SemaTemplate.cpp | 9 ++++++--- .../pr27047-default-init-expr-name-conflict.cpp | 8 ++++++++ 7 files changed, 40 insertions(+), 18 deletions(-) create mode 100644 test/SemaCXX/pr27047-default-init-expr-name-conflict.cpp