summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2016-01-08 20:48:26 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2016-01-08 20:48:26 +0000
commitd2385c08cfbb6d64d7a166aa38c1448159fcf923 (patch)
tree5f746426acab8b1a529ba715549a16aa0e83e32e /lldb/packages/Python/lldbsuite
parent728384a05ecf23ff3ede48ee6bf03fadfe09c726 (diff)
downloadbcm5719-llvm-d2385c08cfbb6d64d7a166aa38c1448159fcf923.tar.gz
bcm5719-llvm-d2385c08cfbb6d64d7a166aa38c1448159fcf923.zip
[MS ABI] Complete and base constructor GlobalDecls must have the same name
Clang got itself into the situation where we mangled the same constructor twice with two different constructor types. After one of the constructors were utilized, the tag used for one of the types changed from class to struct because a class template became complete. This resulted in one of the constructor types varying from the other constructor. Instead, force "base" constructor types to "complete" if the ABI doesn't have constructor variants. This will ensure that GlobalDecls for both variants will get the same mangled name. This fixes PR26029. llvm-svn: 257205
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud