When pretty-printing a declaration of a pack, put the ellipsis before the name
being declared, not at the end. When pretty-printing a non-type template parameter, put the name of the parameter in the middle of the type, not at the end. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213718 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/AST/DeclPrinter.cpp 18 additions, 12 deletionslib/AST/DeclPrinter.cpp
- test/Misc/ast-dump-templates.cpp 12 additions, 0 deletionstest/Misc/ast-dump-templates.cpp
- test/SemaCXX/cxx11-ast-print.cpp 1 addition, 1 deletiontest/SemaCXX/cxx11-ast-print.cpp
- unittests/AST/DeclPrinterTest.cpp 11 additions, 12 deletionsunittests/AST/DeclPrinterTest.cpp
Loading
Please register or sign in to comment