[all-commits] [llvm/llvm-project] aade5f: Fix wrong devirtualization when the final override...
Richard Smith via All-commits
all-commits at lists.llvm.org
Fri Jan 31 17:06:56 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: aade5fbbfef3e8555df202082bea905deebc2ca5
https://github.com/llvm/llvm-project/commit/aade5fbbfef3e8555df202082bea905deebc2ca5
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.
More information about the All-commits
mailing list