aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/ASTContext.h
diff options
context:
space:
mode:
authorWarren Hunt <whunt@google.com>2013-10-11 20:19:00 +0000
committerWarren Hunt <whunt@google.com>2013-10-11 20:19:00 +0000
commitb2969b1e50580344891a98f5b241f8351fe371cf (patch)
treeb8e4baad319f51359c8a7fa4da9570141ec4de71 /include/clang/AST/ASTContext.h
parent659837e0ce0f73c7fdd5941854be3500db2f4013 (diff)
downloadclang-b2969b1e50580344891a98f5b241f8351fe371cf.tar.gz
Adds Microsoft compatiable C++ record layout code to clang.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192494 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/AST/ASTContext.h')
-rw-r--r--include/clang/AST/ASTContext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/AST/ASTContext.h b/include/clang/AST/ASTContext.h
index 06ae604821..f420e85ee1 100644
--- a/include/clang/AST/ASTContext.h
+++ b/include/clang/AST/ASTContext.h
@@ -1660,6 +1660,7 @@ public:
/// record (struct/union/class) \p D, which indicates its size and field
/// position information.
const ASTRecordLayout &getASTRecordLayout(const RecordDecl *D) const;
+ const ASTRecordLayout *BuildMicrosoftASTRecordLayout(const RecordDecl *D) const;
/// \brief Get or compute information about the layout of the specified
/// Objective-C interface.