commit | dd6fa08be086cd56fe179a36a74589a3ea23b91d | [log] [tgz] |
---|---|---|
author | Nathan Sidwell <nathan@acm.org> | Mon Mar 28 12:38:24 2022 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon May 09 06:17:49 2022 -0700 |
tree | a202ec8a6bcc96b50d555f6197acf11f9128f6bd | |
parent | cc8d7dfa941fda10d93e6f52db1129c09a8d9799 [diff] |
[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 GitOrigin-RevId: bc150a07f1a14a7923a29499b568d799f7214912