[PATCH] D23325: [WIP] Binding of references to packed fields

Roger Ferrer Ibanez via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 16 10:17:10 PST 2016


rogfer01 updated this revision to Diff 78209.
rogfer01 added a comment.

Changes:

- Rebase patch to trunk
- Fixes as pointed out by reviewers

TODO:

- Diagnose and drop the packed attribute of a class with a nontrivially constructed data member.


https://reviews.llvm.org/D23325

Files:
  include/clang/AST/Decl.h
  include/clang/AST/Expr.h
  include/clang/AST/Stmt.h
  include/clang/Basic/DiagnosticSemaKinds.td
  include/clang/Basic/Specifiers.h
  lib/AST/ASTDumper.cpp
  lib/AST/Decl.cpp
  lib/Sema/SemaCast.cpp
  lib/Sema/SemaExpr.cpp
  lib/Sema/SemaExprMember.cpp
  lib/Sema/SemaFixItUtils.cpp
  lib/Sema/SemaInit.cpp
  test/SemaCXX/bind-packed-member.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23325.78209.patch
Type: text/x-patch
Size: 12172 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161116/1112858e/attachment.bin>


More information about the cfe-commits mailing list