https://bugs.kde.org/show_bug.cgi?id=396876

Igor Kushnir <igor...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |igor...@gmail.com

--- Comment #2 from Igor Kushnir <igor...@gmail.com> ---
Generated code is not derived from the textual representation of declarations
or typed-in code, but from libclang's code model. That is, matching the
declaration or the typed-in code in specific ways (`const char` vs `char const`
or keeping the trailing return type) requires separate specific
implementations. Generated code is then formatted with currently configured
source formatter style. Most formatters/styles don't reorder `const` or affect
the trailing return type. Feel free to implement the features you need and
create merge requests at
https://invent.kde.org/kdevelop/kdevelop/-/merge_requests

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to