[PATCH] D41885: [libcxxabi][demangler] Improve handling of variadic templates

Erik Pilkington via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 25 19:38:00 PST 2018


erik.pilkington updated this revision to Diff 131535.
erik.pilkington marked 2 inline comments as done.
erik.pilkington added a comment.

In this new patch:

- Make the cached values use a 3-way bool type, and default it to false. This simplifies all the Node ctors.
- Remove some minor style fixes to clean up the diff.


https://reviews.llvm.org/D41885

Files:
  src/cxa_demangle.cpp
  test/test_demangle.pass.cpp
  test/unittest_demangle.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41885.131535.patch
Type: text/x-patch
Size: 70763 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180126/57233270/attachment-0001.bin>


More information about the cfe-commits mailing list