]> granicus.if.org Git - clang/commit
Fix mangling of implicit calls to operator-> to only include a single "pt",
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 24 Oct 2016 20:29:40 +0000 (20:29 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 24 Oct 2016 20:29:40 +0000 (20:29 +0000)
commit4992f51254e86948e184416239d7267db6037075
treeb0172f3cb101a1ab08247c756e62e023afcd665f
parent16b762b3169bd47c539558f27d8d1b960c16e0e0
Fix mangling of implicit calls to operator-> to only include a single "pt",
rather than including an extra one for each level of 'operator->()' invoked.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@285015 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ItaniumMangle.cpp
test/CodeGenCXX/mangle.cpp