[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
================
@@ -1208,6 +1208,13 @@ bool ASTStructuralEquivalence::isEquivalent(
return false;
break;
+ case Type::LateParsedAttr:
+ if (!IsStructurallyEquivalent(
----------------
delcypher wrote:
What if the `LateParsedAttrType` had different `LateParsedTypeAttr` pointers. In that case wouldn't we also want to return `false`?
https://github.com/llvm/llvm-project/pull/204125
More information about the cfe-commits
mailing list