================
@@ -1822,28 +1822,100 @@ void WriteSemanticSpellingSwitch(const std::string 
&VarName,
   OS << "  }\n";
 }
 
+enum class LateAttrParseKind { Never = 0, Standard = 1, ExperimentalExt = 2 };
----------------
AaronBallman wrote:

```suggestion
// Note: these values need to match the values used by LateAttrParseKind in 
Attr.td.
enum class LateAttrParseKind { Never = 0, Standard = 1, ExperimentalExt = 2 };
```

https://github.com/llvm/llvm-project/pull/88596
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to