This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7bf57eb Adapt to llvm/TableGen DagInit changes. new 8880060 DR1213: element access on an array xvalue or prvalue produces [...]
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: lib/AST/ExprClassification.cpp | 18 ++++++++++---- lib/AST/ExprConstant.cpp | 6 ++--- lib/Sema/Sema.cpp | 12 ++++++++++ lib/Sema/SemaExpr.cpp | 38 ++++++++++++++++++++++++++---- lib/Sema/SemaInit.cpp | 7 +++--- lib/StaticAnalyzer/Core/ExprEngineC.cpp | 10 +------- test/Analysis/explain-svals.cpp | 2 +- test/CXX/drs/dr12xx.cpp | 11 +++++++++ test/CodeGenCXX/compound-literals.cpp | 24 +++++++++++++------ test/CodeGenCXX/stack-reuse.cpp | 2 +- test/CodeGenCXX/temporaries.cpp | 30 +++++++++++++++++++++++ test/SemaCXX/constant-expression-cxx11.cpp | 27 +++++++++++++++------ www/cxx_dr_status.html | 2 +- 13 files changed, 147 insertions(+), 42 deletions(-)