]> granicus.if.org Git - clang/commit
Improve name mangling for dependent template names (e.g., typename
authorDouglas Gregor <dgregor@apple.com>
Wed, 28 Apr 2010 05:58:56 +0000 (05:58 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 28 Apr 2010 05:58:56 +0000 (05:58 +0000)
commit1e9268e29798155b9edb5b20ac7490d8539ef6aa
tree034f34a92b9155f0d11b687c91f72b1d705b2f5a
parentd4598a2cc7576c06f69d3cf64d0e2c9783ddf529
Improve name mangling for dependent template names (e.g., typename
T::template apply<U>), handling a few cases where we previously failed
and performing substitutions on such dependent names. Fixes a crash in
Boost.PropertyTree.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102490 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/Mangle.cpp
test/CodeGenCXX/mangle-template.cpp