aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/cplusplus/Control.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/3rdparty/cplusplus/Control.cpp')
-rw-r--r--src/libs/3rdparty/cplusplus/Control.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/libs/3rdparty/cplusplus/Control.cpp b/src/libs/3rdparty/cplusplus/Control.cpp
index 2bbe00c293..4033b16028 100644
--- a/src/libs/3rdparty/cplusplus/Control.cpp
+++ b/src/libs/3rdparty/cplusplus/Control.cpp
@@ -629,7 +629,7 @@ const NumericLiteral *Control::numericLiteral(const char *chars)
const TemplateNameId *Control::templateNameId(const Identifier *id,
bool isSpecialization,
- const FullySpecifiedType *const args,
+ const TemplateArgument *const args,
int argv)
{
return d->findOrInsertTemplateNameId(id, isSpecialization, args, args + argv);
@@ -821,11 +821,6 @@ bool Control::hasSymbol(Symbol *symbol) const
return std::find(d->symbols.begin(), d->symbols.end(), symbol) != d->symbols.end();
}
-void Control::squeeze()
-{
- d->numericLiterals.reset();
-}
-
TopLevelDeclarationProcessor *Control::topLevelDeclarationProcessor() const
{
return d->processor;