This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 536f8e3da2 Fix test to use -cc1. new 759940ade0 [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 | 2 + include/clang/Basic/DiagnosticSemaKinds.td | 3 + include/clang/Sema/Sema.h | 4 +- lib/AST/DeclCXX.cpp | 13 +- lib/AST/ExprConstant.cpp | 228 ++++++++++++++++++++++--- 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 | 93 ++++++++++ test/SemaCXX/cxx17-compat.cpp | 9 + www/cxx_status.html | 2 +- 14 files changed, 414 insertions(+), 52 deletions(-)