[clang] [Clang][Modules] Fix crash when redefining default template argument (PR #185237)
Chuanqi Xu via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 8 19:23:13 PDT 2026
================
@@ -11841,4 +11867,4 @@ SourceLocation Sema::getTopMostPointOfInstantiation(const NamedDecl *N) const {
return CSC.PointOfInstantiation;
}
return N->getLocation();
-}
+}
----------------
ChuanqiXu9 wrote:
nit: newline
https://github.com/llvm/llvm-project/pull/185237
More information about the cfe-commits
mailing list