https://bugs.kde.org/show_bug.cgi?id=459654
--- Comment #2 from Heinz Wiesinger <ppr...@liwjatan.org> --- Git commit dca4ff7b506eec03b67f8207b447dd1291150371 by Heinz Wiesinger, on behalf of Hugues Mitonneau. Committed on 16/07/2023 at 12:16. Pushed by wiesinger into branch 'master'. Syntax support for grouped namespaces This is a first step to implement Grouped namespaces. The syntax has been updated to parse Grouped namespaces without generating errors, but declarations into grouped namespaces are not processed. "Normal" use statements are still processed. Related: bug 411588 CHANGELOG: Add partial support for PHP 7.0's grouped namespace syntax Reviewers: pprkut Reviewed By: pprkut Subscribers: pprkut, kdevelop-devel Tags: #kdevelop Differential Revision: https://phabricator.kde.org/D29444 M +10 -1 duchain/builders/declarationbuilder.cpp M +2 -1 duchain/builders/declarationbuilder.h M +1 -0 duchain/builders/typebuilder.cpp M +67 -23 duchain/builders/usebuilder.cpp M +15 -5 duchain/builders/usebuilder.h M +45 -0 duchain/helper.cpp M +10 -9 duchain/helper.h M +61 -3 parser/php.g https://invent.kde.org/kdevelop/kdev-php/-/commit/dca4ff7b506eec03b67f8207b447dd1291150371 -- You are receiving this mail because: You are watching all bug changes.