[PATCH] D18035: [GCC] PR23529 Mangler part of attrbute abi_tag support

Dmitry Polukhin via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 10 04:56:50 PST 2016


DmitryPolukhin created this revision.
DmitryPolukhin added a reviewer: majnemer.
DmitryPolukhin added subscribers: cfe-commits, aaron.ballman, stbuehler.

 Original patch by Stefan Bühler http://reviews.llvm.org/D12834

Difference between original and this one:
- fixed all failing tests
- fixed mangling for global variable outside namespace
- emit ABI tags for guards and local names (i.e. GCC ABI 10+)
- clang-format + other stylistic changes

Sema part is here: http://reviews.llvm.org/D17567

http://reviews.llvm.org/D18035

Files:
  include/clang/Basic/AttrDocs.td
  lib/AST/ItaniumMangle.cpp
  lib/Sema/SemaDeclAttr.cpp
  test/CodeGenCXX/mangle-abi-tag.cpp
  test/SemaCXX/attr-abi-tag-syntax.cpp
  test/SemaCXX/attr-abi-tag.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18035.50262.patch
Type: text/x-patch
Size: 45629 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160310/5d730b3f/attachment-0001.bin>


More information about the cfe-commits mailing list