This is an archive of the discontinued LLVM Phabricator instance.

ms: Insert $$Z in mangling between directly consecutive parameter packs.
ClosedPublic

Authored by thakis on Sep 7 2018, 6:30 AM.

Diff Detail

Event Timeline

thakis created this revision.Sep 7 2018, 6:30 AM
thakis added inline comments.
clang/test/CodeGenCXX/mangle-ms-templates.cpp
201

These notably don't get a $$Z because there's a regular template parameter in between.

rnk accepted this revision.Sep 7 2018, 12:57 PM

lgtm, thanks! I thought that was going to be more of a pain. :)

This revision is now accepted and ready to land.Sep 7 2018, 12:57 PM
zturner accepted this revision.Sep 7 2018, 1:20 PM
This revision was automatically updated to reflect the committed changes.