summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PrintParserCallbacks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Frontend/PrintParserCallbacks.cpp')
-rw-r--r--clang/lib/Frontend/PrintParserCallbacks.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Frontend/PrintParserCallbacks.cpp b/clang/lib/Frontend/PrintParserCallbacks.cpp
index 170ab5e33f5..51693cc00df 100644
--- a/clang/lib/Frontend/PrintParserCallbacks.cpp
+++ b/clang/lib/Frontend/PrintParserCallbacks.cpp
@@ -197,6 +197,7 @@ namespace {
SourceLocation KWLoc, const CXXScopeSpec &SS,
IdentifierInfo *Name, SourceLocation NameLoc,
AttributeList *Attr, AccessSpecifier AS,
+ MultiTemplateParamsArg TemplateParamLists,
bool &Owned) {
// TagType is an instance of DeclSpec::TST, indicating what kind of tag this
// is (struct/union/enum/class).
OpenPOWER on IntegriCloud