Files
clang-p2996/clang/test/Modules/pr91105.cppm
Chuanqi Xu f9d76197ff [ASTContext] Profile Dependently-sized array types that do not have a specified number
of elements

Close https://github.com/llvm/llvm-project/issues/91105

The root reason for the issue is that we always generate the
dependently-sized array types which don't specify a number of elements.

The original comment says:

> We do no canonicalization here at all, which is okay
> because they can't be used in most locations.

But now we find the locations.
2024-05-07 10:59:34 +08:00

1.3 KiB