This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 826065ea2b [AMDGPU] gfx1010 clang target new 3413400f82 [c++20] P1064R0: Allow virtual function calls in constant ex [...]
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 | 11 ++ include/clang/Basic/DiagnosticASTKinds.td | 4 + include/clang/Basic/DiagnosticSemaKinds.td | 3 + include/clang/Sema/Sema.h | 4 +- lib/AST/DeclCXX.cpp | 13 +- lib/AST/ExprConstant.cpp | 242 ++++++++++++++++++++++--- lib/Sema/SemaDeclCXX.cpp | 38 ++-- lib/Sema/SemaTemplateInstantiate.cpp | 12 +- test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p3.cpp | 22 ++- test/CXX/drs/dr18xx.cpp | 14 +- test/CXX/drs/dr6xx.cpp | 15 +- test/SemaCXX/constant-expression-cxx2a.cpp | 91 ++++++++++ test/SemaCXX/cxx17-compat.cpp | 9 + test/SemaCXX/integer-overflow.cpp | 33 +++- www/cxx_status.html | 2 +- 15 files changed, 456 insertions(+), 57 deletions(-)