================
@@ -67,6 +67,16 @@ class AttributeCommonInfo {
IgnoredAttribute,
UnknownAttribute,
};
+ enum Scope {
----------------
erichkeane wrote:Make this `enum class Scope` and make these names less-all-caps/remove the `SC_` https://github.com/llvm/llvm-project/pull/114899 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
