B E

Avatar
  • Total activity 19
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 6
  • Edited

    How to set up Clion with Clang-15 from llvm.org on Ubuntu?

    Completed
    I installed Clang-15 from llvm.org on Pop!_OS (Ubuntu) 22.04.  It works fine.  I can compile a Hello World program with clang++-15. When I try to add Clang-15 to a toolchain, I get this error in Cl...
    • 1 follower
    • 1 comment
    • 0 votes
  • Created

    Suggestion: move window min/max/close buttons on Linux

    Answered
    In the screenshot below, I've marked sections in red which have a lot of empty space.  This takes up space on a small monitor like a laptop. In yellow, I've marked an area which might be a better l...
    • 3 followers
    • 1 comment
    • 0 votes
  • Created

    Feature Request: podman support

    Answered
    Podman is like Docker, except its containers can be run by non-root users.  Podman is a huge part of the new Fedora Silverblue distribution. I see there's a Docker plugin for Clion.  Perhaps it cou...
    • 34 followers
    • 13 comments
    • 68 votes
  • Created

    Best way to use libc++?

    Answered
    What's the best way to use libc++ instead of libstd++?  Should I add something to CMakeLists.txt?  Or, is there something in CLion's settings I should use instead?  This is with clang-8 on Linux.  ...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Clang 8.0 dubugging support?

    Answered
    I use CLion 2019.1 on Fedora 30 and Clang 8.0.  Compiling works fine, but I have issues with debugging.  For example, I can't inspect std::string variables in the debugger.  I have tried both the b...
    • 2 followers
    • 9 comments
    • 0 votes