[umbrello] [Bug 478198] Umbrello import wizard does not recognize the 'override' C++ keyword
"Oliver Kellogg" <[email protected]> Sun, 10 Dec 2023 20:46:25 +0000
| Newsgroups | gmane.linux.umbrello.devel |
|---|---|
| Message-ID | <[email protected]/> |
https://bugs.kde.org/show_bug.cgi?id=478198 Oliver Kellogg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/sdk/ | |umbrello/-/commit/ee83f8db6 | |82b8050038034cdd41d15c8f8cb | |ed3c Status|ASSIGNED |RESOLVED Version Fixed In| |2.38.80 (KDE releases | |24.01.80) --- Comment #7 from Oliver Kellogg <[email protected]> --- Git commit ee83f8db682b8050038034cdd41d15c8f8cbed3c by Oliver Kellogg. Committed on 10/12/2023 at 21:46. Pushed by okellogg into branch 'master'. lib/cppparser/parser.cpp : Address problems uncovered by https://bugs.kde.org/attachment.cgi?id=164078 - In function skip(int l, int r) remove special handling for case l != '{' && (tk == '{' || tk == '}' || tk == ';') - In function skipExpression handle case '{' by skip('{', '}'). - In function parsePtrOperator handle case Token_and (reference operator). - In function parseMemInitializer handle { } in addition to ( ) as delimiters for initialization expression. - In function parseFunctionBody use skip('{', '}') in lieu of detailed function body statement representations. - In function parsePrimaryExpression add case Token_default for supporting usages like ~IAlgoScheduler() = default. FIXED-IN: 2.38.80 (KDE releases 24.01.80) M +32 -9 lib/cppparser/parser.cpp https://invent.kde.org/sdk/umbrello/-/commit/ee83f8db682b8050038034cdd41d15c8f8cbed3c -- You are receiving this mail because: You are the assignee for the bug.