KDE/kdevplatform/language/duchain/builders
Andreas Pakulat
apaku at gmx.de
Tue Aug 4 18:54:32 UTC 2009
SVN commit 1006939 by apaku:
--warning,
However, I wonder wether the scope in there was actually supposed to be
part of the if-block? David?
CCMAIL:david.nolden.kde at art-master.de
CCMAIL:kdevelop-devel at kdevelop.org
M +2 -0 abstractcontextbuilder.h
--- trunk/KDE/kdevplatform/language/duchain/builders/abstractcontextbuilder.h #1006938:1006939
@@ -697,7 +697,9 @@
Q_ASSERT( m_compilingContexts );
DUContext* ret = 0L;
if(range.start > range.end)
+ {
kDebug() << "Bad context-range" << range.textRange();
+ }
{
if ( recompiling() )
More information about the KDevelop-devel
mailing list