[PATCH] Itanium ABI: Template template parameters are usable as substitutions

David Majnemer david.majnemer at gmail.com
Fri Oct 24 02:02:54 PDT 2014


Hi rsmith,

Template template parameters weren't added to the list of substitutions.
This would make the substitution map contain inaccurate mappings,
leading to Clang violating the Itanium ABI and breaking compatibility
with GCC.

This fixes PR21351.

http://reviews.llvm.org/D5959

Files:
  lib/AST/ItaniumMangle.cpp
  test/CodeGenCXX/mangle.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5959.15382.patch
Type: text/x-patch
Size: 1993 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141024/e18322b7/attachment.bin>


More information about the cfe-commits mailing list