forked from OSchip/llvm-project
![]() 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
|
||
---|---|---|
.. | ||
p1.cpp | ||
p2.cpp | ||
p3.cpp | ||
p4.cpp | ||
p5.cpp | ||
p7.cpp | ||
p8-cxx20.cpp | ||
p8.cpp | ||
p9-0x.cpp | ||
p9.cpp | ||
p10-0x.cpp | ||
p10-2a.cpp | ||
p10.cpp | ||
p11-0x.cpp | ||
p11.cpp | ||
p12.cpp | ||
p13.cpp | ||
p15-cxx0x.cpp | ||
p15.cpp |