Add the ImportDecl to the set of interesting delcarations that are deserialized 
eagerly when an AST file is loaded (rather than lazily like most decls).  This 
is required to get auto linking to work when there is no explicit import in the 
main file.  Also resolve a FIXME to rename 'ExternalDefinitions’, since that is 
only one of the things that need eager deserialization. The new name is 
'EagerlyDeserializedDecls'.  The corresponding AST bitcode is also renamed.

Ben

Attachment: autolink.patch
Description: Binary data

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to