This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 48dec96ecc Reland "[Driver] Update Fuchsia driver path handling" new ed14d7adea [Sema] Mark a virtual CXXMethodDecl as used if a call to it [...]
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/AST/DeclCXX.h | 13 ++++ include/clang/Sema/Sema.h | 2 +- lib/AST/DeclCXX.cpp | 78 ++++++++++++++++++++ lib/CodeGen/CGClass.cpp | 82 ---------------------- lib/CodeGen/CGExprCXX.cpp | 3 +- lib/CodeGen/CodeGenFunction.h | 5 -- lib/Sema/SemaExpr.cpp | 22 +++--- lib/Sema/SemaOverload.cpp | 22 +++--- test/CodeGen/no-devirt.cpp | 4 +- .../devirtualize-virtual-function-calls-final.cpp | 50 +++++++++++++ test/CodeGenCXX/vtable-available-externally.cpp | 5 +- 11 files changed, 172 insertions(+), 114 deletions(-)