Commits

Joe Groff committed 2b220bcc9d8
ClangImporter: Work around reentrancy bug importing enum constants. When importing an enum constant, we import its enum type, which then recursively imports the same enum constant, returns, and finishes importing the enum constant--again. Oops. Hack around this by re-checking for a cached imported definition for an enum constant after importing its type. Swift SVN r4963