forked from OSchip/llvm-project
Add the PCH reader stub for ObjCCompatibleAliasDecl
llvm-svn: 69859
This commit is contained in:
parent
49e72fb870
commit
0ebb9964f9
|
@ -2280,7 +2280,7 @@ Decl *PCHReader::ReadDeclRecord(uint64_t Offset, unsigned Index) {
|
||||||
}
|
}
|
||||||
|
|
||||||
case pch::DECL_OBJC_COMPATIBLE_ALIAS: {
|
case pch::DECL_OBJC_COMPATIBLE_ALIAS: {
|
||||||
// FIXME: Implement.
|
D = ObjCCompatibleAliasDecl::Create(Context, 0, SourceLocation(), 0, 0);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue