This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d304062b8c Lowering Mask Set1 intrinsics to LLVM IR new 9411957410 [Sema] Disallow assigning record lvalues with nested const-q [...]
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/Expr.h | 2 + include/clang/AST/Type.h | 7 ++- include/clang/Basic/DiagnosticSemaKinds.td | 5 +- lib/AST/ExprClassification.cpp | 3 +- lib/AST/Type.cpp | 13 +++++ lib/Sema/SemaExpr.cpp | 84 ++++++++++++++++++++++++++---- test/Sema/assign.c | 43 +++++++++++++++ 7 files changed, 141 insertions(+), 16 deletions(-)