| Summary: | parser, explicit destructor call | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Jörg Pfähler <bluecoder> |
| Component: | Language Support: CPP (old) | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | sumeettulsani1 |
| Priority: | VLO | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 5.0.0 | |
| Sentry Crash Report: | |||
| Attachments: |
The bug has already been Resolved
attachment-1987-0.html |
||
confirmed Created attachment 98697 [details]
The bug has already been Resolved
The program executes properly as shown in the screenshot.
@Sumeet: Again, this is not about program execution. Please read the bug report carefully. Checked under KDevelop 5: No errors in above example code generated. Fixed. Created attachment 98735 [details] attachment-1987-0.html Thanks for the feedback Kevin, I will be careful henceforth. On May 1, 2016 02:08, "Kevin Funk via KDE Bugzilla" < bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=206516 > > Kevin Funk <kfunk@kde.org> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > Resolution|--- |FIXED > Version Fixed In| |5.0 > Status|CONFIRMED |RESOLVED > > --- Comment #3 from Kevin Funk <kfunk@kde.org> --- > @Sumeet: Again, this is not about program execution. Please read the bug > report > carefully. > > Checked under KDevelop 5: No errors in above example code generated. Fixed. > > -- > You are receiving this mail because: > You are on the CC list for the bug. > |
Version: 0.9.95 (svn from 06.09.2009) (using KDE 4.3.1) Compiler: g++ 4.4.1 OS: Linux Installed from: Ubuntu Packages The parser fails to recognize the explicit destructor call, when no destructor is declared for the class: struct test{}; int main() { test t; t.~test(); } see http://img29.imageshack.us/img29/1451/kdevelop2.png