This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 73c6ee869e Revert r344630 Disable code object version 3 for HIP toolchain. new 3baecdc251 For DR712: store on a DeclRefExpr whether it constitutes an [...] new 4bd25fda3f For DR712: store on a MemberExpr whether it constitutes an odr-use. new e75ebf573f Remove redundant check for whether a DeclRefExpr that names [...]
The 3 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/Decl.h | 7 +- include/clang/AST/Expr.h | 32 ++- include/clang/AST/Stmt.h | 6 + include/clang/Basic/Specifiers.h | 14 ++ include/clang/Sema/Sema.h | 6 +- include/clang/Sema/SemaInternal.h | 9 - lib/AST/ASTImporter.cpp | 11 +- lib/AST/Decl.cpp | 22 +- lib/AST/Expr.cpp | 44 ++-- lib/AST/JSONNodeDumper.cpp | 12 + lib/AST/TextNodeDumper.cpp | 12 + lib/Analysis/BodyFarm.cpp | 2 +- lib/CodeGen/CGDecl.cpp | 4 +- lib/CodeGen/CGExpr.cpp | 20 +- lib/Sema/Sema.cpp | 2 +- lib/Sema/SemaChecking.cpp | 13 +- lib/Sema/SemaDecl.cpp | 2 +- lib/Sema/SemaExpr.cpp | 377 +++++++++++++++++++++++++------ lib/Sema/SemaExprCXX.cpp | 2 +- lib/Sema/SemaExprMember.cpp | 7 +- lib/Sema/SemaTemplateInstantiateDecl.cpp | 19 +- lib/Serialization/ASTReaderStmt.cpp | 4 +- lib/Serialization/ASTWriterDecl.cpp | 4 +- lib/Serialization/ASTWriterStmt.cpp | 5 +- test/AST/ast-dump-color.cpp | 2 +- test/AST/ast-dump-expr-json.c | 3 +- test/AST/ast-dump-expr-json.cpp | 6 +- test/AST/ast-dump-stmt-json.c | 15 +- test/AST/ast-dump-stmt-json.cpp | 77 +++++-- test/PCH/cxx_exprs.cpp | 6 +- 30 files changed, 551 insertions(+), 194 deletions(-)