Commits

Doug Gregor committed d7d9fd48dc3
When ordinary name lookup into a Clang module fails, try tag name lookup. Note that we probably also want to do this if we're in a type context and we found non-type declarations, so that "stat" referenced in a value context finds the function, but in a type context finds the type. Swift SVN r3222