summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCXX.cpp
diff options
context:
space:
mode:
authorCharles Davis <cdavis@mines.edu>2010-08-16 03:33:14 +0000
committerCharles Davis <cdavis@mines.edu>2010-08-16 03:33:14 +0000
commit53c59df2f7d2395c6b44a1b7ff5ec6be6792e150 (patch)
tree8bff2acce252777eb676dba37f3181040ab41eab /clang/lib/CodeGen/CGCXX.cpp
parentdf28e8ec4145fbe407f09dc2458d42cd9f12bd99 (diff)
downloadbcm5719-llvm-53c59df2f7d2395c6b44a1b7ff5ec6be6792e150.tar.gz
bcm5719-llvm-53c59df2f7d2395c6b44a1b7ff5ec6be6792e150.zip
Implement support for member pointers under the Microsoft C++ ABI in the
AST library. This also adds infrastructure for supporting multiple C++ ABIs in the AST. llvm-svn: 111117
Diffstat (limited to 'clang/lib/CodeGen/CGCXX.cpp')
-rw-r--r--clang/lib/CodeGen/CGCXX.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGCXX.cpp b/clang/lib/CodeGen/CGCXX.cpp
index 7b7be9a260e..edfbe0e72ee 100644
--- a/clang/lib/CodeGen/CGCXX.cpp
+++ b/clang/lib/CodeGen/CGCXX.cpp
@@ -356,4 +356,4 @@ CodeGenFunction::BuildVirtualCall(const CXXDestructorDecl *DD, CXXDtorType Type,
return ::BuildVirtualCall(*this, VTableIndex, This, Ty);
}
-CXXABI::~CXXABI() {}
+CGCXXABI::~CGCXXABI() {}
OpenPOWER on IntegriCloud