Commits

Jordan Rose committed 34f69491c6d
[ClangImporter] Import swift_private rules for methods and initializers. A method has "__" prepended to its basename; an initializer has "__" prepended to its first argument. There are a few holes here involving no-argument initializers and factory methods, but hopefully we won't need to remap those with swift_private anyway. More of rdar://problem/20070465 Swift SVN r29429