[PATCH] D51463: Fix a couple of mangling canonicalizer corner case bugs.
Richard Smith - zygoloid via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 29 15:55:01 PDT 2018
rsmith created this revision.
rsmith added a reviewer: erik.pilkington.
Herald added a subscriber: llvm-commits.
The hash computed for an ArrayType was different when first constructed
versus when later profiled due to the constructor default argument, and
we were not tracking constructor / destructor variant as part of the
mangled name AST, leading to incorrect equivalences.
Repository:
rL LLVM
https://reviews.llvm.org/D51463
Files:
include/llvm/Demangle/ItaniumDemangle.h
unittests/Support/ItaniumManglingCanonicalizerTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51463.163223.patch
Type: text/x-patch
Size: 3658 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180829/169f8254/attachment.bin>
More information about the llvm-commits
mailing list