]> granicus.if.org Git - clang/commit
Fix bug where one of the cases where we mangle a <bare-unresolved-name> failed
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 24 Oct 2016 20:47:04 +0000 (20:47 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 24 Oct 2016 20:47:04 +0000 (20:47 +0000)
commit83cbe6f37d690b774f9dad27ea470b9404ce7dce
tree1d54b9dbd04a07449762badc6710622e4cfe7d84
parente753a979e8de8e4c3027d970798f00335ba0dbe5
Fix bug where one of the cases where we mangle a <bare-unresolved-name> failed
to emit the <template-args> portion. Refactor so that mangleUnresolvedName
actually emits the entire <unresolved-name>, so this mistake is harder to make
again.

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