summaryrefslogtreecommitdiffstats
path: root/clang
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
commitc7a800e8d4198c50013b5cedaa42dfb18754d022 (patch)
treef3f1e61c6051ab4200d4ddf0c9f2aadeee67ce6d /clang
parent9af03022ffbbc2ff008296b5d19d98e13b109b1e (diff)
downloadbcm5719-llvm-c7a800e8d4198c50013b5cedaa42dfb18754d022.tar.gz
bcm5719-llvm-c7a800e8d4198c50013b5cedaa42dfb18754d022.zip
ASTRecordLayoutBuilder is no longer a friend of ASTRecordLayout.
llvm-svn: 104685
Diffstat (limited to 'clang')
-rw-r--r--clang/include/clang/AST/RecordLayout.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/include/clang/AST/RecordLayout.h b/clang/include/clang/AST/RecordLayout.h
index d071f86c112..2b3229e8fae 100644
--- a/clang/include/clang/AST/RecordLayout.h
+++ b/clang/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,
OpenPOWER on IntegriCloud