]> granicus.if.org Git - clang/commit
Mangle dependent template names such as the nested-name-specifier in
authorDouglas Gregor <dgregor@apple.com>
Fri, 23 Apr 2010 03:10:43 +0000 (03:10 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 23 Apr 2010 03:10:43 +0000 (03:10 +0000)
commit20f0cc7a0f0c4a941fa0c57b9516c2d455b64a64
tree054f701dadc5e6283a65082454c0d24ca66b9f7e
parente5ef740266891d8f68f35c8365b3142608f36a5f
Mangle dependent template names such as the nested-name-specifier in

  T::apply <U>::type

Fixes PR6899, although I want to dig a little deeper into the FIXME
for dependent template names that refer to operators.

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