[clang] Substitute alias templates from correct context (#74335)
Current context set to where alias was met, not where it is declared caused incorrect access check in case alias referenced private members of the parent class. Fixes https://github.com/llvm/llvm-project/issues/41693
Loading
Please sign in to comment