mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 00:20:25 +08:00
Unqualify (constant) arrays recursively, just like we do for pointers. This allows for better pretty printer matching. Differential Revision: https://reviews.llvm.org/D112708