[clang] [Clang] Fix parsing of invalid type-requirement (PR #98545)

via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 12 02:52:21 PDT 2024


================
@@ -11698,6 +11698,13 @@ Sema::ActOnTypenameType(Scope *S, SourceLocation TypenameLoc,
     // Construct a dependent template specialization type.
     assert(DTN && "dependent template has non-dependent name?");
     assert(DTN->getQualifier() == SS.getScopeRep());
+
----------------
cor3ntin wrote:

In a function called `ActOnTypenameType`?

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


More information about the cfe-commits mailing list