| Summary: | classparser crash if a class extends by itsefs | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | thasart |
| Component: | Language Support: CPP (old) | Assignee: | KDevelop Developers <kdevelop-devel> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Moving all the bugs from the CPP Parser. It was not well defined the difference between it and C++ Language Support and people kept reporting in both places indistinctively |
Version: 3.0.90-CVS (using KDE 3.2.90 (CVS >= 20040117), Gentoo) Compiler: gcc version 3.3.3 20040217 (Gentoo Linux 3.3.3, propolice-3.3-7) OS: Linux (i686) release 2.6.3-gentoo-r2 i have created an wrong subclass from an *.ui this results in an wrong header file like -------------------- MyClass: public MyClass {} -------------------- and kdevelop crash by editing the corresponding cpp file.... mfg brat