This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6671724968 [X86] Require last argument to LWPINS/LWPVAL builtins to be [...] new 92b0353a5f For P0784R7: add support for constexpr destructors, and call [...]
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: include/clang/AST/DeclCXX.h | 29 +- include/clang/Basic/DiagnosticASTKinds.td | 2 + include/clang/Basic/DiagnosticSemaKinds.td | 10 +- lib/AST/ASTImporter.cpp | 2 +- lib/AST/DeclCXX.cpp | 39 +- lib/AST/ExprConstant.cpp | 549 +++++++++++++++++---- lib/Sema/SemaDecl.cpp | 12 +- lib/Sema/SemaDeclCXX.cpp | 70 ++- lib/Sema/SemaTemplateInstantiateDecl.cpp | 7 +- lib/Sema/SemaType.cpp | 26 +- test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p1.cpp | 8 +- test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p3.cpp | 5 +- .../dcl.fct.def/dcl.fct.def.default/p2.cpp | 2 +- test/CXX/drs/dr2xx.cpp | 5 +- .../attr-require-constant-initialization.cpp | 7 +- test/SemaCXX/constant-expression-cxx2a.cpp | 119 +++++ test/SemaCXX/cxx2a-consteval.cpp | 8 +- 17 files changed, 741 insertions(+), 159 deletions(-)