Clean up the handling of template argument packs, especially in the
area of printing template arguments. The functionality changes here are limited to cases of variadic templates that aren't yet enabled. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122250 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/AST/TemplateBase.h 5 additions, 0 deletionsinclude/clang/AST/TemplateBase.h
- lib/AST/ASTContext.cpp 3 additions, 0 deletionslib/AST/ASTContext.cpp
- lib/AST/DumpXML.cpp 4 additions, 1 deletionlib/AST/DumpXML.cpp
- lib/AST/TemplateBase.cpp 75 additions, 4 deletionslib/AST/TemplateBase.cpp
- lib/AST/TypePrinter.cpp 9 additions, 41 deletionslib/AST/TypePrinter.cpp
- lib/Sema/SemaTemplate.cpp 12 additions, 71 deletionslib/Sema/SemaTemplate.cpp
- lib/Sema/SemaTemplateDeduction.cpp 2 additions, 1 deletionlib/Sema/SemaTemplateDeduction.cpp
- tools/libclang/CIndex.cpp 1 addition, 4 deletionstools/libclang/CIndex.cpp
Loading
Please register or sign in to comment