]> granicus.if.org Git - clang/commit
Add support for converting member pointer types to LLVM types. Also mangle pointer...
authorAnders Carlsson <andersca@mac.com>
Sun, 17 May 2009 17:41:20 +0000 (17:41 +0000)
committerAnders Carlsson <andersca@mac.com>
Sun, 17 May 2009 17:41:20 +0000 (17:41 +0000)
commit0e650017acdbbeb0c590e77bbea88c200ea1caef
tree7b3ba4430255a7c9c6a249097bba107cee132e9e
parent1e64a9531bf6e9d99ad3271b3a735ef702689b06
Add support for converting member pointer types to LLVM types. Also mangle pointer to member functions correctly and add tests.

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