Clean up the printing of template argument packs; previously, we were
getting extra "<>" delimiters around template argument packs. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122280 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/AST/Type.h 2 additions, 1 deletioninclude/clang/AST/Type.h
- lib/AST/TypePrinter.cpp 20 additions, 7 deletionslib/AST/TypePrinter.cpp
- test/CXX/temp/temp.decls/temp.variadic/p4.cpp 1 addition, 1 deletiontest/CXX/temp/temp.decls/temp.variadic/p4.cpp
- test/CXX/temp/temp.decls/temp.variadic/p5.cpp 1 addition, 1 deletiontest/CXX/temp/temp.decls/temp.variadic/p5.cpp
Loading
Please register or sign in to comment