Improve printing of const variable sized arrays
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 12 Oct 2021 22:24:05 +0000 (15:24 -0700)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 13 Oct 2021 02:04:53 +0000 (19:04 -0700)
commit39093279f2ede4af9048b89d048d7fe9182a50f8
tree701430d700ff735cd257d55dec80cbc8ffe3a261
parentc0a6381e49840b9fcf58b43e33f8484cc408e15b
Improve printing of const variable sized arrays

Follow-on from 40acc0adad59ac39e9a7a02fcd93161298500c00 with help from
Richard Smith on how to provoke this particular case.
clang/lib/AST/TypePrinter.cpp
clang/test/Sema/vla.cpp [new file with mode: 0644]