diff options
author | Anders Carlsson <andersca@mac.com> | 2010-05-26 05:36:18 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2010-05-26 05:36:18 +0000 |
commit | 1a972998db7768bbdf59e283897c5b6446f58653 (patch) | |
tree | df940b9ab368aab24a6c01441a350db47fce13d4 | |
parent | b90f4b3fb94056609da9cca5eef7358d95a363b2 (diff) |
ASTRecordLayoutBuilder is no longer a friend of ASTRecordLayout.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104685 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/AST/RecordLayout.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/AST/RecordLayout.h b/include/clang/AST/RecordLayout.h index d071f86c11..2b3229e8fa 100644 --- a/include/clang/AST/RecordLayout.h +++ b/include/clang/AST/RecordLayout.h @@ -132,7 +132,6 @@ private: CXXRecordLayoutInfo *CXXInfo; friend class ASTContext; - friend class ASTRecordLayoutBuilder; ASTRecordLayout(ASTContext &Ctx, uint64_t size, unsigned alignment, unsigned datasize, const uint64_t *fieldoffsets, |