[clang] [Clang][AArch64] Change SME attributes for shared/new/preserved state. (PR #76971)
Sander de Smalen via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 12 03:47:35 PST 2024
================
@@ -255,6 +255,22 @@ class AttributeCommonInfo {
return SpellingIndex != SpellingNotCalculated;
}
};
+
+enum class KeywordAttributeParseArgumentsKind { None, Optional, Required };
----------------
sdesmalen-arm wrote:
Done.
https://github.com/llvm/llvm-project/pull/76971
More information about the cfe-commits
mailing list