[clang] [lldb] [BoundsSafety] Introduce LateParsedAttrType AST placeholder type (PR #204125)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 9 06:32:55 PDT 2026
================
@@ -7701,6 +7701,10 @@ void TypeLocReader::VisitCountAttributedTypeLoc(CountAttributedTypeLoc TL) {
// Nothing to do
}
+void TypeLocReader::VisitLateParsedAttrTypeLoc(LateParsedAttrTypeLoc TL) {
+ // Nothing to do
----------------
erichkeane wrote:
Same question here: why isn't this unreachable?
https://github.com/llvm/llvm-project/pull/204125
More information about the cfe-commits
mailing list