[clang] [Clang][Modules] Fix crash when redefining default template argument (PR #185237)

Chuanqi Xu via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 10 03:36:09 PDT 2026


================
@@ -2472,13 +2473,23 @@ bool Sema::CheckTemplateParameterList(TemplateParameterList *NewParams,
         NewDefaultLoc = NewTypeParm->getDefaultArgumentLoc();
         SawDefaultArgument = true;
 
-        if (!OldTypeParm->getOwningModule())
----------------
ChuanqiXu9 wrote:

Got it. The logic here are too complex...

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


More information about the cfe-commits mailing list