================
@@ -21,7 +21,7 @@ namespace driver {
namespace tools {
namespace mips {
-typedef enum { Legacy = 1, Std2008 = 2 } IEEE754Standard;
+using IEEE754Standard = enum { Legacy = 1, Std2008 = 2 };
----------------
philnik777 wrote:
```suggestion
enum IEEE754Standard { Legacy = 1, Std2008 = 2 };
```
https://github.com/llvm/llvm-project/pull/149934
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits