This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7f3bed835e Rename identifiers to spell out analyze; NFC. new 695aab4c2b Refactor: split Uninitialized state on APValue into an "Abse [...] new beec40f7fd [c++20] P1330R0: permit simple-assignments that change the a [...]
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/AST/APValue.h | 71 ++++---- include/clang/AST/Expr.h | 7 + include/clang/Basic/DiagnosticASTKinds.td | 5 +- include/clang/Basic/DiagnosticIDs.h | 2 +- lib/AST/APValue.cpp | 29 ++-- lib/AST/Decl.cpp | 2 +- lib/AST/ExprConstant.cpp | 229 +++++++++++++++++++++++-- lib/CodeGen/CGExprConstant.cpp | 6 +- lib/CodeGen/CodeGenFunction.cpp | 2 +- lib/CodeGen/CodeGenModule.cpp | 2 +- lib/Sema/SemaTemplate.cpp | 5 +- test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p4.cpp | 2 +- test/SemaCXX/constant-expression-cxx2a.cpp | 101 +++++++++++ www/cxx_status.html | 3 +- 14 files changed, 395 insertions(+), 71 deletions(-)