Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt Creator/Text Editor: does not understand GCC __attribute__((libcall))
Forum Updated to NodeBB v4.3 + New Features

Qt Creator/Text Editor: does not understand GCC __attribute__((libcall))

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 369 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jamie Krueger
    wrote on 28 May 2020, 19:19 last edited by
    #1

    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.

    Best Regards,

    Jamie Krueger
    www.bitbybitsoftwaregroup.com

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 28 May 2020, 19:31 last edited by
      #2

      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.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1

      1/2

      28 May 2020, 19:19

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved