aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/ASTContext.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2008-10-03 02:05:12 +0000
committerDaniel Dunbar <daniel@zuster.org>2008-10-03 02:05:12 +0000
commitf7bb8b91bb2bc540f80f5ed1456a3dcef770abb6 (patch)
tree57cbebc2110f24065c334dd7124864931abe2312 /lib/AST/ASTContext.cpp
parent1bfe1c2129771c06fb58ae5e8c079ae30e138309 (diff)
Pass postfix attributes to ActOnFields (mismarked a file).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56993 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/ASTContext.cpp')
-rw-r--r--lib/AST/ASTContext.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/AST/ASTContext.cpp b/lib/AST/ASTContext.cpp
index b373f3ac2a..feb1bad4f9 100644
--- a/lib/AST/ASTContext.cpp
+++ b/lib/AST/ASTContext.cpp
@@ -492,8 +492,6 @@ ASTContext::getASTObjCInterfaceLayout(const ObjCInterfaceDecl *D) {
/// specified record (struct/union/class), which indicates its size and field
/// position information.
const ASTRecordLayout &ASTContext::getASTRecordLayout(const RecordDecl *D) {
- fprintf(stderr, "%p\n", D->getAttr<PackedAttr>());
-
D = D->getDefinition(*this);
assert(D && "Cannot get layout of forward declarations!");