summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/using-decl-friend.cpp
Commit message (Collapse)AuthorAgeFilesLines
* When name lookup finds a non-imported declaration and looks back along theRichard Smith2018-01-061-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
OpenPOWER on IntegriCloud