Qt Creator/Text Editor: does not understand GCC __attribute__((libcall))
-
I have a feature request for Qt Creator.
I would very much like support for the
'libcall' GCC compiler attribute to be added
to Qt Creator's C/C++ "Intellisense" parsing.Here is a link to a similar request for
Visual Studio Code to add the same
thing, which describes the problem.https://github.com/microsoft/vscode/issues/87777
Currently, while using Qt Creator to edit
certain projects, which use 'libcall' to
construct an interface into a library, the
editor displays tons of unnecessary
warning messages about the 'libcall' usage,
littering up the screen and slowing things
down.If Qt Creator's C/C++ parser understood
that 'libcall' was legal and how to trace calls
that use it back to their source, it would
be a much better experience. -
Hi and welcome to devnet,
You are on the wrong medium for your request.
You should got the bug report system and open a feature request if there's not already one on that matter.