Commits

Joe Groff committed 8b5c6b10ad2
ASTPrinter: Print struct fields from Clang imports The ClangImporter doesn't synthesize PatternBindingDecls around imported struct fields, but the ASTPrinter assumes that a non-property VarDecl will later show up in a PatternBindingDecl. In the ASTPrinter, don't skip VarDecls that originated from Clang. Swift SVN r3925