The newest CLion 2021.1 EAP build (211.6556.10) is now available. You can get it from our website, via the Toolbox App, or as a snap package (if you are using Ubuntu). Note that if you are on macOS, there is a separate build for Apple Silicon (M1 chip).
Here are the highlights:
- For remote mode:
- In code completion:
-
In postfix completion for C and C++:
-
The
for
template now generates a const version of a range-basedfor
loop. Andformut
can be used for the mutable version. -
The
switch
template is now offered only for integer or enum variables.
-
The
- A few more MISRA C and C++ checks.
- For doctest, we’ve fixed an issue causing logged messages to appear out of order (CPP-24294).
The full release notes are available here.
Your CLion team
JetBrains
The Drive to Develop