[all-commits] [llvm/llvm-project] f85d63: Fix wrong devirtualization when the final override...
Richard Smith via All-commits
all-commits at lists.llvm.org
Fri Jan 31 17:07:47 PST 2020
Branch: refs/heads/release/10.x
Home: https://github.com/llvm/llvm-project
Commit: f85d63a558364dcf57efe7b37b3e99b7fd91fd5c
https://github.com/llvm/llvm-project/commit/f85d63a558364dcf57efe7b37b3e99b7fd91fd5c
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-01-31 (Fri, 31 Jan 2020)
Changed paths:
M clang/lib/AST/CXXInheritance.cpp
M clang/lib/AST/DeclCXX.cpp
M clang/test/CodeGenCXX/devirtualize-virtual-function-calls-final.cpp
Log Message:
-----------
Fix wrong devirtualization when the final overrider in one base class
overrides the final overrider in a different base class.
(cherry picked from commit aade5fbbfef3e8555df202082bea905deebc2ca5)
More information about the All-commits
mailing list