This is an archive of the discontinued LLVM Phabricator instance.

Fix PR 30440
ClosedPublic

Authored by arphaman on Sep 26 2016, 10:50 AM.

Details

Summary

This patch fixes PR 30440 by initializing CXXNameMangler's FunctionTypeDepth in the two constructors added in r274222 (The commit that caused this regression).

Diff Detail

Repository
rL LLVM

Event Timeline

arphaman updated this revision to Diff 72526.Sep 26 2016, 10:50 AM
arphaman retitled this revision from to Fix PR 30440.
arphaman updated this object.
arphaman added a reviewer: DmitryPolukhin.
arphaman set the repository for this revision to rL LLVM.
arphaman added a subscriber: cfe-commits.
ismail added a subscriber: ismail.Sep 26 2016, 11:06 AM
DmitryPolukhin edited edge metadata.

LGTM, added Richard in case he has something to add.

DmitryPolukhin accepted this revision.Oct 5 2016, 10:53 AM
DmitryPolukhin edited edge metadata.

I think we need to fix this regression.

This revision is now accepted and ready to land.Oct 5 2016, 10:53 AM
This revision was automatically updated to reflect the committed changes.