https://bugs.kde.org/show_bug.cgi?id=188180
--- Comment #6 from Aleix Pol <aleix...@kde.org> --- Git commit ad50f05907ab9d25e80dfa2e5ee203b92dd7aa58 by Aleix Pol Gonzalez, on behalf of Guillermo Frontera. Committed on 14/10/2020 at 01:18. Pushed by apol into branch 'master'. Add exception specification to function signatures When using the IDE to generate function definitions, some elements from the function signature are omitted. One of those are exception specifications. This commit adds exception specification to function signatures if the specification is `noexcept` (no expression provided) or `throw()` (no types provided). More complex specifications cannot be added for now as libclang does not provide the required information. M +8 -0 plugins/clang/tests/test_codecompletion.cpp M +11 -0 plugins/clang/util/clangutils.cpp https://invent.kde.org/kdevelop/kdevelop/commit/ad50f05907ab9d25e80dfa2e5ee203b92dd7aa58 -- You are receiving this mail because: You are watching all bug changes.