[PATCH] D45176: implement recent "standard-layout" changes
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 2 17:43:38 PDT 2018
rsmith updated this revision to Diff 140715.
rsmith edited the summary of this revision.
rsmith added a comment.
Patch updated to track "is C++11 standard-layout class" separately from "is standard-layout class" so that we can use the former for record layout in the targets that need it. This turned out to be less ugly than I'd feared.
https://reviews.llvm.org/D45176
Files:
AST/ASTImporter.cpp
AST/DeclCXX.cpp
AST/RecordLayoutBuilder.cpp
CXX/drs/dr14xx.cpp
CXX/drs/dr16xx.cpp
CXX/drs/dr18xx.cpp
CXX/drs/dr21xx.cpp
CXX/drs/dr22xx.cpp
Layout/watchos-standard-layout.cpp
ReleaseNotes.rst
SemaCXX/type-traits.cpp
Serialization/ASTReaderDecl.cpp
Serialization/ASTWriter.cpp
clang/AST/DeclCXX.h
clang/AST/Type.h
cxx_dr_status.html
make_cxx_dr_status
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45176.140715.patch
Type: text/x-patch
Size: 34206 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180403/da172a1a/attachment-0001.bin>
More information about the cfe-commits
mailing list