Sirraide wrote:

> https://godbolt.org/z/4EjMGoqTn
> 
> So, That is what I'd like to expect :D

What we’re currently emitting is more or less:
```c++
namespace diag {
namespace FunModes {
enum {
    Function,
    // ...
};
}
}
```

https://github.com/llvm/llvm-project/pull/127546
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to