[clang] [lldb] [BoundsSafety] Introduce LateParsedAttrType AST placeholder type (PR #204125)

Mohammed Ashraf via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 12 08:35:46 PDT 2026


================
@@ -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


More information about the cfe-commits mailing list