CLion 2016.3 EAP, build 163.4396.13
Last week we’ve started CLion 2016.3 EAP with user-defined literals support, CMake output window, C11 keywords completion and more. This week we bring a couple of important fixes to CLion 2016.3 EAP. Check the new EAP build 163.4396.13.
Doxygen support
Starting from v2016.2 CLion provides Doxygen support. This EAP adds support for \tparam tag, that means that CLion can now generate documentation stubs for template parameters in function, class or structure:
And if you rename the template parameter, Doxygen comment will be updated as well, so your documentation is always correct.
We’ve also fixed a problem with @return tag generated for constructors.
Code analysis
This build fixes several false positives in code analysis:
- Local variable is never used for the variable used in sizeof().
- Incorrect inspections when bitwise shift operators are used (CPP-7077).
Debugger
There are also several debugger related fixes that bring more readable names for threads in the Frames toolwindow for LLDB, and allow displaying polymorphic variable when debugging.
Full release notes are available by the link.
Download the build and give it a spin. (Due to technical issues no patch-update from the previous build is available.) Your feedback is always welcome in our tracker and comments section below.
Your CLion Team
JetBrains
The Drive to Develop