This is an archive of the discontinued LLVM Phabricator instance.

Itanium ABI: Properly mangle extern "C" template arguments
ClosedPublic

Authored by majnemer on Feb 18 2015, 12:37 AM.

Diff Detail

Event Timeline

majnemer updated this revision to Diff 20148.Feb 18 2015, 12:37 AM
majnemer retitled this revision from to Itanium ABI: Properly mangle extern "C" template arguments.
majnemer updated this object.
majnemer added a reviewer: rsmith.
majnemer added a subscriber: Unknown Object (MLST).
This revision was automatically updated to reflect the committed changes.

There is another copy of getEffectiveDeclContext in MicrosoftMangle.cpp which pre-commit was identical to this one.
Should it get this commit as well to keep both identical?
If so, could both copies of getEffectiveDeclContext be merged?