This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ae6164e81a [clang][driver] Print compilation phases with indentation. new b300d3566a Sema: Create a no-op implicit cast for lvalue function conversions.
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/Sema.h | 10 +++---- lib/Sema/SemaCast.cpp | 3 ++- lib/Sema/SemaExprCXX.cpp | 17 ++++++------ lib/Sema/SemaInit.cpp | 32 ++++++++++++++--------- lib/Sema/SemaOverload.cpp | 33 ++++++++++++++---------- test/CodeGenCXX/implicit-function-conversion.cpp | 7 +++++ 6 files changed, 62 insertions(+), 40 deletions(-) create mode 100644 test/CodeGenCXX/implicit-function-conversion.cpp