r198432 refactors ObjCIvarDecl such that it no longer serializes
BackingIvarReferencedInAccessor. However, it failed to remove
the field in the corresponding record abbrev. This causes assertion to
trip, or stack overflow/crash when asserts are disabled.
This was discovered when I attempted to use clang_saveTranslationUnit
and received a stack overflow.