This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 81c2075695 [HIP] Fix ordering of device-libs linking new 54d0e05c9e DR1213: Ignore implicit conversions when determining if an o [...] new 4dc93bb1e1 [Modules][ObjC] Warn on the use of '@import' in framework headers new 34df83c150 DR1687: When overload resolution selects a built-in operator [...] new 4617d8caa1 [www] Update cxx_dr_status for recent DR fixes.
The 4 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 | 4 ++ include/clang/Basic/DiagnosticGroups.td | 1 + include/clang/Basic/DiagnosticParseKinds.td | 5 ++ include/clang/Basic/DiagnosticSemaKinds.td | 2 + include/clang/Sema/Sema.h | 9 +++- lib/AST/Expr.cpp | 41 +++++++++----- lib/Parse/Parser.cpp | 12 +++++ lib/Sema/SemaExpr.cpp | 63 +++++++++++++++++++--- lib/Sema/SemaExprCXX.cpp | 12 ++++- lib/Sema/SemaExprObjC.cpp | 14 ++--- lib/Sema/SemaOverload.cpp | 27 +++++----- test/CXX/drs/dr12xx.cpp | 15 +++++- test/CXX/drs/dr15xx.cpp | 18 +++---- test/CXX/drs/dr16xx.cpp | 22 +++++++- test/CXX/over/over.built/p15.cpp | 44 +++++++-------- test/Misc/diag-macro-backtrace2.c | 2 +- .../A.framework/Headers/A.h} | 1 + .../A.framework/Modules/module.modulemap | 4 ++ .../at-import-in-framework-header/module.modulemap | 2 + test/Modules/at-import-in-framework-header.m | 17 ++++++ test/SemaOpenCL/logical-ops.cl | 2 +- test/VFS/umbrella-mismatch.m | 4 +- www/cxx_dr_status.html | 8 +-- 23 files changed, 244 insertions(+), 85 deletions(-) copy test/{Index/annotate-tokens-include.h => Modules/Inputs/at-import-in-framewor [...] create mode 100644 test/Modules/Inputs/at-import-in-framework-header/A.framework/M [...] create mode 100644 test/Modules/Inputs/at-import-in-framework-header/module.modulemap create mode 100644 test/Modules/at-import-in-framework-header.m