[all-commits] [llvm/llvm-project] 29c928: [AST] Fix class layout when using external layout ...
Zequan Wu via All-commits
all-commits at lists.llvm.org
Wed Nov 16 11:18:05 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 29c92879171ddce944b177127901b8140e0a1ebf
https://github.com/llvm/llvm-project/commit/29c92879171ddce944b177127901b8140e0a1ebf
Author: Zequan Wu <zequanwu at google.com>
Date: 2022-11-16 (Wed, 16 Nov 2022)
Changed paths:
M clang/lib/AST/RecordLayoutBuilder.cpp
M clang/test/CodeGenCXX/Inputs/override-layout-virtual-base.layout
M clang/test/CodeGenCXX/override-layout-virtual-base.cpp
Log Message:
-----------
[AST] Fix class layout when using external layout under MS ABI.
Reviewed By: rnk
Differential Revision: https://reviews.llvm.org/D137806
More information about the All-commits
mailing list