================
@@ -7768,6 +7768,26 @@ QualType 
TreeTransform<Derived>::TransformCountAttributedType(
   return Result;
 }
 
+template <typename Derived>
+QualType
+TreeTransform<Derived>::TransformLateParsedAttrType(TypeLocBuilder &TLB,
----------------
Holo-xy wrote:

@delcypher @rapidsna 
It's not used, but it's required for compilation because there's a macro in 
TreeTransform that expands over all nodes in TypeLocNodes.def and generates 
both a declaration and a call for Transform##CLASS##Type so leaving out the 
definition fails to link.

https://github.com/llvm/llvm-project/pull/204125
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to