Early Access Program
CLion 2018.2 EAP: fixes for LLDB and C++ code analysis
Hi,
A new CLion 2018.2 EAP (build 182.3208.14) is now available! A patch-update will be available shortly in case you are using the previous EAP build. You can also update via Toolbox app or snap packages (in case of Ubuntu). No license is required and the build is free to use, but it will expire within 30 days of the build date.
Debugger: LLDB
We’ve bundled LLDB 6.0 on Linux and macOS. Besides, for LLDB case we’ve fixed an issue when certain commands in the LLDB console were breaking the IDE’s integration (CPP-11379).
C++ support
Intention that simplifies the code was improved and now produces more accurate code in case of pointers:
Other fixes include:
- Incorrect warning “Variable might not have been initialized” was fixed for typedef array case (CPP-12444).
- DFA didn’t handle overloaded operators like = and += in try section (CPP-11843).
- Incorrect warning about “Unreachable code” in some cases (CPP-11838).
Full release notes are available by the link.
Your CLion Team
JetBrains
The Drive to Develop
Prev post CLion 2018.1.4 updateCLion 2018.2 EAP automatically treats included files as project files Next post