This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from cf97c2e1f4 [clang] Update `ignoringElidableConstructorCall` matcher to [...] new 442c97abef clang: Diag running out of file handles while looking for files new 759b061da1 Recommit Devirtualize destructor of final class.
The 2 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: lib/CodeGen/CGExprCXX.cpp | 30 ++++++++++++++++++++++++++--- lib/Lex/HeaderSearch.cpp | 13 +++++++++++-- test/CodeGenCXX/devirtualize-dtor-final.cpp | 23 ++++++++++++++++++++++ 3 files changed, 61 insertions(+), 5 deletions(-) create mode 100644 test/CodeGenCXX/devirtualize-dtor-final.cpp