================
@@ -69,12 +69,17 @@ struct TypeDependenceScope {
     /// yields an error type.
     Error = 16,
 
+    /// Whether this type contains a placeholder for a type attribute
+    /// awaiting late parsing, e.g. `int *__counted_by(count)` where
+    /// `count` is a later field of the same struct.
+    LateParsedAttr = 32,
----------------
ojhunt wrote:

Do we have some existing mechanism for this - something that works with the 
llvm bitfield enum types?

https://github.com/llvm/llvm-project/pull/212906
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to