Commit f9d76197 authored by Chuanqi Xu's avatar Chuanqi Xu
Browse files

[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.
parent 236b3e1a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment