Commits

Argyrios Kyrtzidis committed e0209fd5407
[ClangImporter] Don't update the clang node of the swift decl if one already exists. If it already has a node it should be the node we want the swift decl to point to, e.g. the @interface definition. Otherwise we may replace it with a @class forward declaration. rdar://16560290 Swift SVN r16254