aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/mangle-address-space.cpp
AgeCommit message (Collapse)Author
2011-12-03Fix mangling substitutions for address-space-qualified classDouglas Gregor
types. Patch from Dmitri Rubinstein! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145776 91177308-0d34-0410-b5e6-96231b3b80d8
2010-06-14Add name mangling for address spaces. We use the vendor-extensionDouglas Gregor
mangling for types, where the <source-name> is ASxxx (xxx is the address-space number). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105975 91177308-0d34-0410-b5e6-96231b3b80d8