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.
Paths
| Differential D5959
Itanium ABI: Template template parameters are usable as substitutions ClosedPublic Authored by majnemer on Oct 24 2014, 2:02 AM.
Details Summary Template template parameters weren't added to the list of substitutions. This fixes PR21351.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Oct 24 2014, 8:24 AM
Revision Contents
Diff 15382 lib/AST/ItaniumMangle.cpp
test/CodeGenCXX/mangle.cpp
|