[PATCH] Fix alignment attribute printing.

Michael Han fragmentshaders at gmail.com
Thu Jan 31 10:19:56 PST 2013


Hi rsmith,

This is the updated patch that fixes alignment attribute printing by removing "IsMSDeclSpec" argument from alignment attribute and using attribute syntax accessor generated by TableGen to decide if an alignment attribute is a MS declspec attribute.

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

Files:
  utils/TableGen/ClangAttrEmitter.cpp
  lib/Sema/SemaDeclAttr.cpp
  lib/Sema/SemaTemplateInstantiateDecl.cpp
  test/SemaCXX/attr-print.cpp
  test/SemaCXX/cxx11-attr-print.cpp
  test/Sema/attr-print.c
  include/clang/Basic/Attr.td
  include/clang/Sema/Sema.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D360.1.patch
Type: text/x-patch
Size: 11398 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130131/d19084a8/attachment.bin>


More information about the cfe-commits mailing list