This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d7492232a6 Revert r360946 "Add Clang shared library with C++ exports" new 072c4a550c Refactor constant evaluation of typeid(T) to track a symboli [...]
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/APValue.h | 91 ++++++++++++++++++++++--------- include/clang/Basic/DiagnosticASTKinds.td | 3 + lib/AST/APValue.cpp | 59 +++++++++++++++++++- lib/AST/ExprConstant.cpp | 47 ++++++++++++---- 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/typeid.cpp | 5 +- www/cxx_dr_status.html | 2 +- 11 files changed, 196 insertions(+), 47 deletions(-)