]> granicus.if.org Git - clang/commit
Add name mangling for address spaces. We use the vendor-extension
authorDouglas Gregor <dgregor@apple.com>
Mon, 14 Jun 2010 23:15:08 +0000 (23:15 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 14 Jun 2010 23:15:08 +0000 (23:15 +0000)
commit56079f7dde1d9c9e16207feffa3f1f888a78ab69
tree5cc5687b07f6d85fde7a3804f1346faa2bcf4f61
parent732281de5d518fca96c449ae185ee56bde422c4f
Add name mangling for address spaces. We use the vendor-extension
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
lib/CodeGen/Mangle.cpp
test/CodeGenCXX/mangle-address-space.cpp [new file with mode: 0644]