[clang] [BoundsSafety][Sema] Allow counted_by and counted_by_or_null on pointers where the pointee type is incomplete but potentially completable (PR #106321)
Dan Liew via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 24 08:42:03 PDT 2024
================
@@ -3862,6 +3878,27 @@ CountAttributedType::CountAttributedType(
DeclSlot[i] = CoupledDecls[i];
}
+StringRef CountAttributedType::GetAttributeName(bool WithMacroPrefix) const {
----------------
delcypher wrote:
I've filed #113585 to track fixing the properly. I don't think we can fix this until we also fix #113582
https://github.com/llvm/llvm-project/pull/106321
More information about the cfe-commits
mailing list