[PATCH] D40279: [libcxxabi][demangler] Add demangling for __attribute__((abi_tag))
Erik Pilkington via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 21 07:17:12 PST 2017
erik.pilkington updated this revision to Diff 123787.
erik.pilkington added a comment.
In this new patch:
- Update the comment BNF to show the new attribute, fix comment formatting
- Move call to parse_abi_tag_seq() from parse_unqualified_name() to parse_operator_name() to more closely model BNF
Thanks!
https://reviews.llvm.org/D40279
Files:
src/cxa_demangle.cpp
test/test_demangle.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40279.123787.patch
Type: text/x-patch
Size: 6230 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171121/31c3b936/attachment-0001.bin>
More information about the cfe-commits
mailing list