This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0ec8105cd9 Revert rL360499 and rL360464 from cfe/trunk: Reject attempts [...] new c3d00e1444 Fix handling of objects under construction during constant e [...]
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 | 10 +- include/clang/AST/Redeclarable.h | 7 + include/clang/Basic/DiagnosticASTKinds.td | 2 + lib/AST/APValue.cpp | 13 +- lib/AST/ExprConstant.cpp | 241 ++++++++++++++++++----------- test/SemaCXX/constant-expression-cxx1y.cpp | 46 ++++++ 6 files changed, 223 insertions(+), 96 deletions(-)