This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5af15bd075 [Clang][Docs] Document __FILE_NAME__. NFC new 0d69c68025 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 | 92 ++++++++++++++++++++----------- include/clang/AST/Type.h | 2 +- include/clang/Basic/DiagnosticASTKinds.td | 3 + lib/AST/APValue.cpp | 72 +++++++++++++++++++++--- 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 +- 12 files changed, 201 insertions(+), 58 deletions(-)