aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2010-05-26 05:36:18 +0000
committerAnders Carlsson <andersca@mac.com>2010-05-26 05:36:18 +0000
commit1a972998db7768bbdf59e283897c5b6446f58653 (patch)
treedf940b9ab368aab24a6c01441a350db47fce13d4
parentb90f4b3fb94056609da9cca5eef7358d95a363b2 (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.h1
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,