Bug#1655: marked as done (parser don't handle inner class [14:46,03.08.99])

Stephan Kulow owner at max.tat.physik.uni-tuebingen.de
Fri Aug 6 18:18:00 UTC 1999


Your message dated Fri, 6 Aug 1999 20:12:23 +0200
with message-id <99080620124200.11249 at fairlane.home.se>
and subject line Bug#1655: parser don't handle inner class [14:46,03.08.99]
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Stephan Kulow
(administrator, KDE bugs database)

Received: (at submit) by bugs.kde.org; 3 Aug 1999 13:12:24 +0000
>From vkondra-l at inx101.iil.intel.com Tue Aug  3 15:12:24 1999
Received: from melete.ch.intel.com ([143.182.246.25]:13582 "EHLO melete.ch.intel.com" ident: "NO-IDENT-SERVICE[2]") by max.tat.physik.uni-tuebingen.de with ESMTP id <748589-1128>; Tue, 3 Aug 1999 15:12:04 +0200
Received: from iil.intel.com (iil.intel.com [143.185.96.126])
	by melete.ch.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.6 1998/11/24 22:10:56 iwep Exp iwep $) with ESMTP id GAA04715
	for <submit at bugs.kde.org>; Tue, 3 Aug 1999 06:11:20 -0700 (MST)
Received: from inx101.iil.intel.com (inx101.iil.intel.com [143.185.23.21]) by iil.intel.com (8.8.6/8.8.6) with ESMTP id QAA37090 for <submit at bugs.kde.org>; Tue, 3 Aug 1999 16:11:48 +0300
Received: (from vkondra-l at localhost)
	by inx101.iil.intel.com (8.9.3/8.9.3) id OAA05503
	for submit at bugs.kde.org; Tue, 3 Aug 1999 14:50:43 +0300
Date:	Tue, 3 Aug 1999 14:50:43 +0300
From:	Vladimir Kondratiev <vkondra-l at inx101.iil.intel.com>
Message-Id: <199908031150.OAA05503 at inx101.iil.intel.com>
To:	submit at bugs.kde.org
Subject: parser don't handle inner class [14:46,03.08.99]
Return-Path: <vkondra-l at inx101.iil.intel.com>
X-Orcpt: rfc822;submit at bugs.kde.org
X-UIDL: 933685944.53199.24224


Package: kdevelop
Version: 1.0beta1
Severity: normal

Bugreport ID : 14:46,03.08.99

Originator	: Vladimir Kondratiev
E-Mail	: vladimir.kondratiev at intel.com

Subject : parser don't handle inner class

Error Class	: software bug
Error Location: class tree
Priority	: low
Bug Description ---------------------------

parser don't handle inner class declaration. As result, both
top level and inner classes become undefined.

How to repeat the error -------------------

Try to parse:
class A {
public:
  class B;
  B f();
};

class A::B {
};

Bugfix or Workaround ----------------------



System Information ------------------------

KDevelop version	: 1.0beta1
KDE version		: 
QT version		: 
OS/Distribution	: RedHat 6.0
Compiler		: egcs 1.1.2




More information about the KDevelop-devel mailing list