Details
Details
- Reviewers
rnk
Diff Detail
Diff Detail
Event Timeline
Comment Actions
lgtm
| lib/AST/VTableBuilder.cpp | ||
|---|---|---|
| 3177–3178 | Yeah. It seems clear to me that they reorder base specifiers into record layout order, which is approximately this. The only differences in order will arise from non-polymorphic bases, which shouldn't matter. | |
Yeah. It seems clear to me that they reorder base specifiers into record layout order, which is approximately this. The only differences in order will arise from non-polymorphic bases, which shouldn't matter.