[PATCH] Microsoft C++ Record Layout

Warren Hunt whunt at google.com
Tue Oct 8 17:42:48 PDT 2013


  Addressing Reid's requests, except for memoization of RequiresVTorDisp, because ultimately, the result is dependent on derived classes.

Hi rnk, rsmith,

http://llvm-reviews.chandlerc.com/D1026

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D1026?vs=3909&id=4748#toc

Files:
  include/clang/AST/ASTContext.h
  include/clang/AST/RecordLayout.h
  include/clang/Basic/DiagnosticSemaKinds.td
  lib/AST/RecordLayout.cpp
  lib/AST/RecordLayoutBuilder.cpp
  lib/CodeGen/CGRecordLayoutBuilder.cpp
  lib/CodeGen/MicrosoftVBTables.cpp
  lib/Sema/SemaDecl.cpp
  lib/Sema/SemaDeclCXX.cpp
  test/CodeGen/pr2394.c
  test/CodeGenCXX/microsoft-abi-structors.cpp
  test/Coverage/codegen-next.m
  test/Layout/ms-x86-aligned-tail-padding.cpp
  test/Layout/ms-x86-basic-layout.cpp
  test/Layout/ms-x86-empty-nonvirtual-bases.cpp
  test/Layout/ms-x86-empty-virtual-base.cpp
  test/Layout/ms-x86-lazy-empty-nonvirtual-base.cpp
  test/Layout/ms-x86-primary-bases.cpp
  test/Layout/ms-x86-size-alignment-fail.cpp
  test/Layout/ms-x86-vfvb-alignment.cpp
  test/Layout/ms-x86-vfvb-sharing.cpp
  test/Layout/ms-x86-vtordisp.cpp
  test/PCH/rdar10830559.cpp
  test/Sema/ms_bitfield_layout.c
  test/Sema/ms_class_layout.cpp
  test/SemaCXX/ms_struct.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1026.8.patch
Type: text/x-patch
Size: 149248 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131008/2362719f/attachment.bin>


More information about the cfe-commits mailing list