[PATCH] D76801: [AST] Print a<b<c>> without extra spaces in C++11 or later.
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 26 01:03:19 PDT 2020
kadircet accepted this revision.
kadircet marked an inline comment as done.
kadircet added a comment.
This revision is now accepted and ready to land.
LGTM, thanks !
================
Comment at: clang/unittests/AST/DeclPrinterTest.cpp:1161
"A",
- "Z<X<int> > A"));
- // Should be: with semicolon, without extra space in "> >"
+ "Z<X<int>> A"));
+ // Should be: with semicolon
----------------
testing scheme here seems to be annoying, had to search for `TestTemplateArgumentList8` for a pre-cxx11 case :D
but nothing much to do ...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76801/new/
https://reviews.llvm.org/D76801
More information about the cfe-commits
mailing list