llvm-project/llvm/unittests/Demangle
Nathan Sidwell bc150a07f1 [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
2022-05-09 06:14:44 -07:00
..
CMakeLists.txt [Demangle] Add minimal support for D programming language 2021-11-09 09:29:13 -08:00
DLangDemangleTest.cpp [Demangle] Add support for D types back referencing 2022-01-12 21:57:31 +00:00
DemangleTest.cpp [Demangle] Add minimal support for D programming language 2021-11-09 09:29:13 -08:00
ItaniumDemangleTest.cpp [demangler][NFC] OperatorInfo table unit test 2022-04-25 10:02:08 -07:00
OutputBufferTest.cpp [demangler] Add StringView conversion operator 2022-03-28 11:19:55 -07:00
PartialDemangleTest.cpp [demangler] No need to space adjacent template closings 2022-05-09 06:14:44 -07:00
RustDemangleTest.cpp [demangler] Rust demangler buffer return 2022-04-13 08:50:04 -07:00
StringViewTest.cpp