[clang] [Clang] Improve EmitClangAttrSpellingListIndex (PR #114899)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 5 06:17:07 PST 2024
================
@@ -67,6 +67,16 @@ class AttributeCommonInfo {
IgnoredAttribute,
UnknownAttribute,
};
+ enum Scope {
----------------
erichkeane wrote:
One concern of this is that we should make sure to diagnose if we don't find the value. Hoping to find that below :)
https://github.com/llvm/llvm-project/pull/114899
More information about the cfe-commits
mailing list