bjrjk wrote:
> > This might also fix #83671
>
> From what I saw, that’s a different problem, and there’s a different pr for
> that already, but I’ll double-check.
Seems not same problem, root cause are different.
https://github.com/llvm/llvm-project/pull/83688
bjrjk wrote:
Hello, this is a mininal reproducer execute with `clang++ -Xclang
-fdump-record-layouts-complete test.cpp`:
```cpp
template
struct integral_constant {
static constexpr const _Tp value = __v;
typedef integral_constant type;
};
template
using _BoolConstant = integral_constant;