This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 00f43c390b [OPENMP]Fix PR41767: diagnose DSA for variables in clauses w [...] new 77d2b2537b Simplify tracking of end of consumed decl-specifier sequence. new 0446a431cf DR1872: don't allow any calls to virtual functions in consta [...]
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/Basic/DiagnosticASTKinds.td | 2 +- lib/AST/ExprConstant.cpp | 14 +++++---- lib/Parse/ParseDecl.cpp | 18 +++++------ test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p6.cpp | 4 +-- test/CXX/drs/dr13xx.cpp | 36 ++++++++++++++++++++++ test/CXX/drs/dr18xx.cpp | 42 ++++++++++++++++++++++---- test/SemaCXX/constant-expression-cxx11.cpp | 2 +- test/SemaCXX/constant-expression-cxx1y.cpp | 2 +- www/cxx_dr_status.html | 4 +-- 9 files changed, 94 insertions(+), 30 deletions(-)