[clang] [clang-tools-extra] [Clang] support friend declarations with a dependent nested-name-specifier (PR #191268)

Yanzuo Liu via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 10 21:59:46 PDT 2026


================
@@ -11366,14 +11361,11 @@ Sema::CheckTypenameType(ElaboratedTypeKeyword Keyword,
   return T;
 }
 
-/// Build the type that describes a C++ typename specifier,
-/// e.g., "typename T::type".
-QualType
----------------
zwuis wrote:

Unrelated changes?

https://github.com/llvm/llvm-project/pull/191268


More information about the cfe-commits mailing list