Commits

Argyrios Kyrtzidis committed 3df7a356833
[IDE] Speed up header interface printing. Instead of importing everything and filtering later (so all of clang modules get deserialized and associated Swift decls get created), lazily import as Swift decls only the Clang decls that we need from a particular header. This also fixes printing ObjC categories in the header as Swift extensions. Swift SVN r28358