summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/devirtualize-dtor-final.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Recommit Devirtualize destructor of final class.Hiroshi Yamauchi2019-08-081-0/+23
| | | | | | | Original patch commited as r364100, reverted as r364359, recommitted as r365509, reverted as r365850. llvm-svn: 368323
* Re-Revert Devirtualize destructor of final class.Jordan Rupprecht2019-07-121-23/+0
| | | | | | | | | | This reverts r365509 (git commit d088720edad9c29ee0d622b5d69092e18a9ac0bd) This is a second revert[1] due to failures in internal test cases (shared offline) found during more thorough testing. [1] Original patch commited as r364100, reverted as r364359, recommitted as r365509 llvm-svn: 365850
* Revert Revert Devirtualize destructor of final class.Hiroshi Yamauchi2019-07-091-0/+23
| | | | | | | | | Revert r364359 and recommit r364100. r364100 was reverted as r364359 due to an internal test failure, but it was a false alarm. llvm-svn: 365509
* Revert Devirtualize destructor of final class.Rumeet Dhindsa2019-06-251-23/+0
| | | | | | This reverts r364100 (git commit 405c2b16225fc6eaf5eb8ba3ce584699a3b159ef) llvm-svn: 364359
* Devirtualize destructor of final class.Hiroshi Yamauchi2019-06-211-0/+23
Summary: Take advantage of the final keyword to devirtualize destructor calls. Fix https://bugs.llvm.org/show_bug.cgi?id=21368 Reviewers: rsmith Reviewed By: rsmith Subscribers: davidxl, Prazek, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D63161 llvm-svn: 364100
OpenPOWER on IntegriCloud