Commits

Dmitri Hrybenko committed 7e56d75a1e0
Clang importer: don't import superfluous typedefs to tag decls that have the same name Not only this creates less ASTs, but this makes the resulting AST correct (it is invalid to have a struct and a typealias with the same name). But the primary motivation is AST pretty-printing: we don't want to print those extra useless typealiases. Swift SVN r11289