This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 95e8a8a [clang] Remove FileEntry copy-constructor new 5dce7bf Re-commit r284753, reverted in r284778, with a fix for PR30749.
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/Sema/Overload.h | 3 +- include/clang/Sema/Sema.h | 10 ++- lib/Sema/SemaExprCXX.cpp | 193 ++++++++++++++++++++++++++++++++++++------ lib/Sema/SemaOverload.cpp | 54 ++++++------ test/CXX/expr/p13.cpp | 51 +++++++++++ 5 files changed, 255 insertions(+), 56 deletions(-) create mode 100644 test/CXX/expr/p13.cpp