[clang] [Clang][Sema] Allow access to a public template alias declaration that refers to friend's private nested type (PR #83847)
Qizhi Hu via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 11 22:12:20 PDT 2024
================
@@ -259,6 +259,10 @@ Bug Fixes in This Version
operator.
Fixes (#GH83267).
+- Allow access to a public template alias declaration that refers to friend's
----------------
jcsxky wrote:
Updated and put it to the right place.
https://github.com/llvm/llvm-project/pull/83847
More information about the cfe-commits
mailing list