================
@@ -2699,6 +2702,8 @@ class alignas(TypeAlignment) Type : public
ExtQualsTypeCommonBase {
return static_cast<TypeDependence>(TypeBits.Dependence);
}
+ TemplateDecl *getSpecializedTemplateDecl() const;
----------------
AaronBallman wrote:
Can this return a `const` pointer and then have a non-const overload which
returns the non-const pointer?
https://github.com/llvm/llvm-project/pull/113510
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits