Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
7526954e
Commit
7526954e
authored
May 10, 2010
by
Roberto Raggi
Browse files
Removed debug info.
parent
3e440ec2
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/libs/cplusplus/LookupContext.cpp
View file @
7526954e
...
...
@@ -398,6 +398,7 @@ void CreateBindings::lookup_helper(const Name *name, Scope *scope,
continue
;
}
#if 0
if (templateId && (s->isDeclaration() || s->isFunction())) {
FullySpecifiedType ty = GenTemplateInstance::instantiate(templateId, s, control);
...
...
@@ -409,7 +410,6 @@ void CreateBindings::lookup_helper(const Name *name, Scope *scope,
qDebug() << "TODO: instantiate:" << oo(s->type(), s->name()) << "using:" << oo(templateId)
<< oo(ty);
#if 0
if (Declaration *decl = s->asDeclaration()) {
qDebug() << "instantiate declaration";
qDebug() << "is typedef:" << ty.isTypedef() << s->isTypedef() << s->type().isTypedef();
...
...
@@ -428,8 +428,8 @@ void CreateBindings::lookup_helper(const Name *name, Scope *scope,
result->append(d);
continue;
}
#endif
}
#endif
result
->
append
(
s
);
}
...
...
src/plugins/cpptools/cppcodecompletion.cpp
View file @
7526954e
...
...
@@ -1105,8 +1105,6 @@ bool CppCodeCompletion::completeMember(const QList<LookupItem> &baseResults,
m_completionOperator
,
&
replacedDotOperator
);
qDebug
()
<<
"results:"
<<
classObjectResults
.
size
()
<<
"repl:"
<<
replacedDotOperator
;
ClassOrNamespace
*
classOrNamespace
=
0
;
QList
<
Symbol
*>
classObjectCandidates
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment