For serialization of ASTContext, added special-casing of serialization
of type sets when emitting complex types and pointer types that are also considered builtins. These types are automatically created in the ctor of ASTContext, and thus should not be serialized (was producing an error during deserialization). llvm-svn: 43733
Loading
Please register or sign in to comment