[demangler] No need to space adjacent template closings
authorNathan Sidwell <nathan@acm.org>
Mon, 28 Mar 2022 19:38:24 +0000 (12:38 -0700)
committerNathan Sidwell <nathan@acm.org>
Mon, 9 May 2022 13:14:44 +0000 (06:14 -0700)
commitbc150a07f1a14a7923a29499b568d799f7214912
treec052ea690527fe176653c836a0e600b6a4f97083
parent2cfb243bcd6aeab77dc80455bc8f2061128bd11b
[demangler] No need to space adjacent template closings

With the demangler parenthesizing 'a >> b' inside template parameters,
because C++11 parsing of >> there, we don't really need to add spaces
between adjacent template arg closing '>' chars.  In 2022, that just
looks odd.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D123134
libcxxabi/src/demangle/ItaniumDemangle.h
libcxxabi/test/test_demangle.pass.cpp
llvm/include/llvm/Demangle/ItaniumDemangle.h
llvm/test/tools/llvm-objdump/MachO/symbolized-disassembly.test
llvm/unittests/Demangle/PartialDemangleTest.cpp