================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to