diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2009-11-25 23:07:42 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2009-11-25 23:07:42 +0000 |
commit | 369a3bd9979cf529eed529aa037de713c213e47d (patch) | |
tree | f0d5f7515c56496bc4d72cd23d1dff7368f73ae0 /lib/Frontend/PCHWriter.cpp | |
parent | 1b2fc0f3e181d99fb34f60e711066fb11628ecd0 (diff) |
Allow user re-definition of SEL as well as accessing its fields.
This fixes pr5611.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89895 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/PCHWriter.cpp')
-rw-r--r-- | lib/Frontend/PCHWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Frontend/PCHWriter.cpp b/lib/Frontend/PCHWriter.cpp index 06727c4a50..4e45d87fbe 100644 --- a/lib/Frontend/PCHWriter.cpp +++ b/lib/Frontend/PCHWriter.cpp @@ -1997,7 +1997,7 @@ void PCHWriter::WritePCH(Sema &SemaRef, MemorizeStatCalls *StatCalls, AddTypeRef(Context.ObjCClassRedefinitionType, Record); #if 0 // FIXME. Accommodate for this in several PCH/Indexer tests - AddTypeRef(Context.ObjCSELRedefinitionType, Record); + AddTypeRef(Context.ObjCSelRedefinitionType, Record); #endif AddTypeRef(Context.getRawBlockdescriptorType(), Record); AddTypeRef(Context.getRawBlockdescriptorExtendedType(), Record); |