[lldb][Test] Add C-array test-cases to CPlusPlusNameParser unit-tests
authorMichael Buch <michaelbuch12@gmail.com>
Sat, 22 Oct 2022 11:14:28 +0000 (12:14 +0100)
committerMichael Buch <michaelbuch12@gmail.com>
Sat, 22 Oct 2022 11:16:07 +0000 (12:16 +0100)
commit46d8428680317d2d3f8555d145c447381129cfe7
treea012ad75bd94ce2f878b5bf085336936d055e14c
parentc1bf4c3c5d8bac68e738d93c7dc28d9326410728
[lldb][Test] Add C-array test-cases to CPlusPlusNameParser unit-tests

Make sure we test the code path where we parse
function templates instantiated with C-arrays.
lldb/unittests/Language/CPlusPlus/CPlusPlusLanguageTest.cpp