diff options
author | John McCall <rjmccall@apple.com> | 2010-05-28 18:25:28 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2010-05-28 18:25:28 +0000 |
commit | 2b7baf0816a40af3fde3a3e174192a549b785a50 (patch) | |
tree | 1e0027abb906b6f07755d4fd5c892a6b89616139 /lib/Frontend/PCHWriterDecl.cpp | |
parent | be2e9a88ba4028d6152b7b8a613b949a5fc7b903 (diff) |
Roll back r104941.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104990 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/PCHWriterDecl.cpp')
-rw-r--r-- | lib/Frontend/PCHWriterDecl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Frontend/PCHWriterDecl.cpp b/lib/Frontend/PCHWriterDecl.cpp index 0ce7d8fcae..cc58e8ee46 100644 --- a/lib/Frontend/PCHWriterDecl.cpp +++ b/lib/Frontend/PCHWriterDecl.cpp @@ -169,7 +169,6 @@ void PCHDeclWriter::VisitRecordDecl(RecordDecl *D) { Record.push_back(D->hasFlexibleArrayMember()); Record.push_back(D->isAnonymousStructOrUnion()); Record.push_back(D->hasObjectMember()); - Record.push_back(D->isInvisibleToADL()); Code = pch::DECL_RECORD; } |