llvm-project/clang/test/CXX/temp/temp.param
David Blaikie f9ad1d1c77 Revert "Compress formatting of array type names (int [4] -> int[4])"
Looks like lldb has some issues with this - somehow it causes lldb to
treat a "char[N]" type as an array of chars (prints them out
individually) but a "char [N]" is printed as a string. (even though the
DWARF doesn't have this string in it - it's something to do with the
string lldb generates for itself using clang)

This reverts commit 277623f4d5.
2021-10-14 14:49:25 -07:00
..
p1.cpp
p2.cpp
p3.cpp
p4.cpp
p5.cpp
p7.cpp [c++20] Consistent with the intent to allow all plausible types in 2020-09-20 23:09:26 -07:00
p8-cxx20.cpp For P0732R2, P1907R1: ensure that template parameter objects don't refer 2020-10-24 22:11:43 -07:00
p8.cpp
p9-0x.cpp
p9.cpp
p10-0x.cpp
p10-2a.cpp Revert "Compress formatting of array type names (int [4] -> int[4])" 2021-10-14 14:49:25 -07:00
p10.cpp
p11-0x.cpp
p11.cpp
p12.cpp
p13.cpp
p15-cxx0x.cpp [clang] Pass the NamedDecl* instead of the DeclarationName into many diagnostics. 2020-07-28 10:30:35 +01:00
p15.cpp