[clang] [Clang][AArch64] Include SME attributes in the name mangling of function types (PR #114209)

Sander de Smalen via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 25 09:42:26 PST 2024


================
@@ -3535,6 +3536,74 @@ void CXXNameMangler::mangleExtFunctionInfo(const FunctionType *T) {
   // FIXME: noreturn
 }
 
+enum SMEState {
----------------
sdesmalen-arm wrote:

Please make this an `enum class` instead. Also, I'd recommend renaming this class so that it's clear that this relates to AAPCS type mangling.

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


More information about the cfe-commits mailing list