From 53c59df2f7d2395c6b44a1b7ff5ec6be6792e150 Mon Sep 17 00:00:00 2001 From: Charles Davis Date: Mon, 16 Aug 2010 03:33:14 +0000 Subject: 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 --- clang/lib/AST/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'clang/lib/AST/CMakeLists.txt') diff --git a/clang/lib/AST/CMakeLists.txt b/clang/lib/AST/CMakeLists.txt index 407ed95f3ee..b340c0464cc 100644 --- a/clang/lib/AST/CMakeLists.txt +++ b/clang/lib/AST/CMakeLists.txt @@ -23,6 +23,8 @@ add_clang_library(clangAST ExprCXX.cpp FullExpr.cpp InheritViz.cpp + ItaniumCXXABI.cpp + MicrosoftCXXABI.cpp NestedNameSpecifier.cpp ParentMap.cpp RecordLayout.cpp -- cgit v1.2.3