This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5766e93db0 Re-land: Add Clang shared library with C++ exports new 1841d45330 Revert [c++20] P1327R1: Support for typeid applied to object [...] new 2a9fb4c8c8 Revert Refactor constant evaluation of typeid(T) to track 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 | 91 +++++++++--------------------- include/clang/Basic/DiagnosticASTKinds.td | 29 ++++------ lib/AST/APValue.cpp | 59 +------------------ lib/AST/ExprConstant.cpp | 71 +++++------------------ lib/CodeGen/CGExprConstant.cpp | 11 ---- lib/Sema/SemaTemplate.cpp | 9 ++- test/CXX/drs/dr19xx.cpp | 9 +-- test/Parser/MicrosoftExtensions.cpp | 2 - test/SemaCXX/builtin-constant-p.cpp | 5 -- test/SemaCXX/constant-expression-cxx2a.cpp | 59 ------------------- test/SemaCXX/typeid.cpp | 5 +- www/cxx_dr_status.html | 2 +- www/cxx_status.html | 3 +- 13 files changed, 64 insertions(+), 291 deletions(-)