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

Dan Liew via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 8 03:54:10 PDT 2026


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

Is this used in this patch? If not, why introduce it now?

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


More information about the cfe-commits mailing list