================
@@ -5371,3 +5371,11 @@ def ModularFormat : InheritableAttr {
let Subjects = SubjectList<[Function]>;
let Documentation = [ModularFormatDocs];
}
+
+def OverflowBehavior : TypeAttr {
+ let Spellings = [Clang<"overflow_behavior">];
+ let Args = [IdentifierArgument<"BehaviorKind">];
+ let Subjects = SubjectList<[Var, TypedefName, Field], WarnDiag,
+ "variables, typedefs, and data members">;
+ let Documentation = [Undocumented];
----------------
AaronBallman wrote:
Thank you! I filed https://github.com/llvm/llvm-project/issues/203322 and
assigned it to you.
https://github.com/llvm/llvm-project/pull/148914
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits