CLion 2018.2 EAP: fixes for project models, WSL and more
Hi,
A new CLion 2018.2 EAP (build 182.2949.5) is now available! A patch-update will be available shortly in case you are using the previous EAP build.
Project Model
CLion 2018.2 brought two new project models: Gradle and compilation database. This build comes with a few related fixes:
- For Gradle C++ projects: red highlighting for C++ headers on Windows for Microsoft Visual Studio toolchain used (CPP-12936).
- For compilation database: language type of the files is resolved automatically based on compiler options (CPP-13052).
WSL
Windows Subsystem for Linux toolchain support was added in CLion 2018.1. It’s great to see users who find WSL support in CLion beneficial! And we are grateful for all your feedback. A few fixes were introduced here:
- Support for WSL background processes was added (starting from Windows 10 v1803).
- Run to cursor was fixed for the WSL case (CPP-11902).
Other improvements
This build includes a bunch of fixes for Clang-Tidy integration, as well as improvements to parser / code highlighting. Full release notes are available by the link.
Your CLion Team
JetBrains
The Drive to Develop
Denis Marinov says:
June 13, 2018Are those two error messages known to you (https://ibb.co/chiqud, https://ibb.co/jPSB0J), or am I doing something wrong that triggers them? The code compiles tho, but the wavy red line doesn’t go away.
Dmitry Kozhevnikov says:
June 13, 2018It’s definitely a bug; could you please specify your compiler version?
Denis Marinov says:
June 13, 2018I’m using mingw-w64 7.3.0 and CMake 3.11. Though, I don’t have this problem anymore. I had to recreate the project and the problem went away.
Erik says:
October 20, 2018Hi,
I notice when the valgrind debug was used with ubuntu Linux WSL clang 7 as toolchain , the following messages would be shown ,
==xxx== error calling PR_SET_PTRACER, vgdb might block
I do know this is the notorious issue with pr_SET_PTR on WSL , just wonder would the valgrind diagnostics be seriously affected as the execution would follow normally after the warning messages
Anastasia Kazakova says:
October 21, 2018Do you see any results from valgrind on your program? Does jump to source work on that diagnostics?
YouJin says:
November 15, 2019Hi, I’m having the same issue. Valgrind won’t show the results and it will just stop on that error.
Anastasia Kazakova says:
November 16, 2019Which CLion version are you at? We’ve resolved that in 2018.3: https://youtrack.jetbrains.com/issue/CPP-14506
YouJin says:
November 15, 2019Having the same issue. Have you solved it?