[clang] [RFC] Initial implementation of P2719 (PR #113510)

via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 6 01:38:34 PST 2024


================
@@ -2696,6 +2699,8 @@ class alignas(TypeAlignment) Type : public ExtQualsTypeCommonBase {
     return static_cast<TypeDependence>(TypeBits.Dependence);
   }
 
+  const TemplateDecl *getSpecializedTemplateDecl() const;
----------------
cor3ntin wrote:

Does that need to be in the header? (the implementation only work for type, it's not exactly generic)

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


More information about the cfe-commits mailing list