We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad64bff commit 631f260Copy full SHA for 631f260
clang/include/clang/AST/TypeBase.h
@@ -7082,10 +7082,6 @@ class SubstBuiltinTemplatePackType : public SubstPackType {
7082
class SubstTemplateTypeParmPackType : public SubstPackType {
7083
friend class ASTContext;
7084
7085
- /// A pointer to the set of template arguments that this
7086
- /// parameter pack is instantiated with.
7087
- const TemplateArgument *Arguments;
7088
-
7089
llvm::PointerIntPair<Decl *, 1, bool> AssociatedDeclAndFinal;
7090
7091
SubstTemplateTypeParmPackType(QualType Canon, Decl *AssociatedDecl,
0 commit comments