================
@@ -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