Hi,
Today we are glad to announce that the first CLion 2017.1 EAP build (171.2613.3) is available for download.

You can install it side by side with your current stable CLion version, no active subscription required.
Short summary:
Hi,
Today we are glad to announce that the first CLion 2017.1 EAP build (171.2613.3) is available for download.

You can install it side by side with your current stable CLion version, no active subscription required.
Short summary:
Hi,
Last week CLion 2017.1 Early Access Program started with a new make auto intention, auto return type support, zero latency typing mode and many important improvements. This week a new EAP build (172.2822.8) is available. In case you use the previous EAP build, you should get a notification in the IDE about a patch update shortly.
Modern C++ standards support is one of our top-priority task for this year. We keep working on C++14, and while first EAP brought auto return type support, this build comes with the generic lambdas support. This includes correct type inference and corresponding code analysis checks:
More C++14 features are coming to CLion in the next EAP builds. You can check what’s left in our webhelp.
This EAP also addresses several cases with decltype when the code was not resolved correctly:
Besides, this build includes a couple of other fixes for incorrect code analysis or refactoring:
That’s about it. The full release notes are available here.
The CLion Team
JetBrains
The Drive to Develop
Today we are happy to share our next compilation of C++ news with you.
In this edition:
Hi,
CLion 2016.3.2 (build 163.10154.43), the second bug-fix update for the recently released major version is now available! If you still haven’t got a chance to try v2016.3, check our website for What’s new and download the build.
Find a short summary of the important fixes and changes:
Check the full release notes by the link.
Many more are coming after the holiday season. Stay tuned!
Happy Holidays!
Your CLion Team
CLion 2016.3.1, the first bug-fix update for the recently released major version is now available!
If you’re using CLion 2016.3, a patch-update should be available. If you’re using an earlier version, give CLion 2016.3 and its new features a try and download it for a free 30 day evaluation.
Find below a short summary of the important fixes and changes:
Check the full release notes by the link.
Your CLion Team
JetBrains
The Drive to Develop
Hi everyone,
CLion 2016.3.1 update was just announced, but we keep moving forward and today we roll out CLion 2016.3.2 EAP build (163.10154.14).
The highlights include:
Hi all,
CLion 2016.3.1 bug fix update to the recently released major CLion update is just around the corner and most likely will come next week. And today we are rolling out the 2016.3.1 Release Candidate (build 163.9166.25) with the final fixes.
In addition to UDL rename fix, support for ellipsis in Doxygen and other improvements introduced in 2016.3.1 EAP, this build addresses:
Full release notes are available by the link.
Your CLion Team
JetBrains
The Drive to Develop
The recording of our December 6th webinar with Phil Nash, Isa Smith and Greg Law, Debugging C/C++ applications on Linux in CLion, from basics to reverse debug, is now available on JetBrainsTV YouTube channel.
In this webinar we look at how CLion makes debugging easier out of the box – then see how Undo’s award-winning reversible debugging technology allows developers to step backwards as well as forwards inside their program to find the root cause of a failure.
Phil’s demo project: Catch framework on GitHub
The video includes the time stamps following the agenda announced:
0:44 – Fundamental CLion debugging topics
1:24 – Getting orientated with debugging in CLion
4:20 – Stepping, viewing and watching variables and expressions
8:21 – Breakpoints, conditions, dependent breakpoints and logging
14:57 – Reversible Debugging in CLion with Undo, intro from Greg Law
21:50 – Undo demo
33:35 – Advanced CLion debugging topics: attach to local process
36:16 – Advanced CLion debugging topics: remote GDB debug
Below are some questions from our webinar answered by Phil, Isa and Anastasia.
Continue reading
Today we are starting an Early Access Preview for CLion 2016.3.1, a bug-fix update to the recently released major CLion update. Build 163.9166.5 is now available.
You can download the build and install side by side with the stable version of CLion. Please, note that this EAP build requires an active subscription (or you can start a 30-day evaluation period).
Some notable improvements you can find in this build are listed below.
CLion 2016.3 introduced user-defined literals support along with an ability to rename such literals. However, it was not possible inside namespaces (CPP-8102). Now the case is fixed and everything works as expected.
Continue reading
Hi everyone,
Just recently we’ve released CLion 2016.3. It brings dozens of C and C++ language improvements (including user-defined literals (C++11) and digit separator (C++14) support, as well as C11 keywords completion), remote debug on Windows platform, CMake changes, semantic highlighting and much more.
Now we’d like first to thank our evaluators! Your help in making this release stable and feature-rich is greatly appreciated. And as usual, we’d like to reward several contributors whose input was most valuable during this release cycle:
You’ll get a free 1-year subscription for CLion (to extend your current subscription or get a new one). A personal message will be sent to each of you guys with details on how to obtain your license. (And just in case you do not get any email from us within a week, ping us here in the comments.)
The new release is not the end of the road, but just another step. It’s time to move forward.
Analyzing the feedback we’ve got on CLion 2016.3, we think we need to first concentrate on CMake workflow updates. The following changes are planned and might be (if possible) back-ported to 2016.3.x updates: