================
@@ -251,6 +251,13 @@ class LangOptionsBase {
     FEM_UnsetOnCommandLine = 3
   };
 
+  enum MatrixMemoryLayout : unsigned {
----------------
fhahn wrote:

```suggestion
  enum class MatrixMemoryLayout : unsigned {
```

https://github.com/llvm/llvm-project/pull/167628
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to