Add the PCH reader stub for ObjCCompatibleAliasDecl

llvm-svn: 69859
This commit is contained in:
Douglas Gregor 2009-04-23 03:51:49 +00:00
parent 49e72fb870
commit 0ebb9964f9
1 changed files with 1 additions and 1 deletions

View File

@ -2280,7 +2280,7 @@ Decl *PCHReader::ReadDeclRecord(uint64_t Offset, unsigned Index) {
}
case pch::DECL_OBJC_COMPATIBLE_ALIAS: {
// FIXME: Implement.
D = ObjCCompatibleAliasDecl::Create(Context, 0, SourceLocation(), 0, 0);
break;
}