[clang] [BoundsSafety] Allow 'counted_by' attribute on pointers in structs in C (PR #90786)
Bill Wendling via cfe-commits
cfe-commits at lists.llvm.org
Fri May 3 14:48:44 PDT 2024
================
@@ -335,6 +336,22 @@ Attribute Changes in Clang
- Clang now warns that the ``exclude_from_explicit_instantiation`` attribute
is ignored when applied to a local class or a member thereof.
+- The ``counted_by`` attribute can now be late parsed in C when
----------------
bwendling wrote:
I don't have a strong opinion either. :-) It's fine to keep the blurb in.
https://github.com/llvm/llvm-project/pull/90786
More information about the cfe-commits
mailing list