This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c65fb39b92 clang-format: better handle namespace macros new ae3e0f386d Convert MemberExpr creation and serialization to work the sa [...] new 0f5e488423 Factor out duplicated code building a MemberExpr and marking [...]
The 2 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 | 68 +++++++++------------ include/clang/AST/Stmt.h | 1 + include/clang/Sema/Sema.h | 17 ++++++ lib/AST/DeclBase.cpp | 1 + lib/AST/Expr.cpp | 72 +++++++++++++++------- lib/Frontend/Rewrite/RewriteModernObjC.cpp | 54 ++++++++--------- lib/Frontend/Rewrite/RewriteObjC.cpp | 24 ++++---- lib/Sema/SemaExprCXX.cpp | 12 ++-- lib/Sema/SemaExprMember.cpp | 71 +++++++++++++--------- lib/Sema/SemaOverload.cpp | 11 ++-- lib/Serialization/ASTReaderStmt.cpp | 96 ++++++++++++++---------------- lib/Serialization/ASTWriterStmt.cpp | 56 +++++++++-------- test/PCH/cxx-templates.cpp | 9 +++ test/PCH/cxx-templates.h | 9 +++ 14 files changed, 282 insertions(+), 219 deletions(-)