Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When name lookup finds a non-imported declaration and looks back along the | Richard Smith | 2018-01-06 | 1 | -0/+37 |
redecl chain for an imported declaration, make sure to check the IDNS of prior imported decls. Otherwise we can end up finding an invisible friend declaration and incorrectly believing that it should be visible. llvm-svn: 321916 |