================
@@ -737,6 +737,9 @@ class Attr {
// our existing general parsing we need to have a separate flag that
// opts an attribute into strict parsing of attribute parameters
bit StrictEnumParameters = 0;
+ // Set to true for attributes which have Sema checks which requires the type
+ // to be deduced.
----------------
AaronBallman wrote:
Might be worth adding a code example of when this would be set to true?
https://github.com/llvm/llvm-project/pull/164440
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits