[clang] [Attributes] Support Attributes being declared as only supporting late parsing when passing an experimental feature flag (PR #88596)

Dan Liew via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 15 17:04:38 PDT 2024


================
@@ -592,6 +592,46 @@ class AttrSubjectMatcherAggregateRule<AttrSubject subject> {
 
 def SubjectMatcherForNamed : AttrSubjectMatcherAggregateRule<Named>;
 
+// Late Attribute parsing mode enum
----------------
delcypher wrote:

@rapidsna I renamed the `LateAttrParseKind` definitions and updated the comments explaining the semantics. Does this look right to you?

https://github.com/llvm/llvm-project/pull/88596


More information about the cfe-commits mailing list