CLion 2019.2.2
Released: Sep 12, 2019
2019.2.2 での更新項目
機能
- Added a default black-list for C++ Parameter Hints. It includes std::min/max, std::forward, std::vector::push_back, strcmp / strncmp, and some others:
- Parameter hints now correctly handle brace elision in aggregate initialization.
- In pack expansion, the & hint is now shown for all the parameters.
- Now, CLion doesn’t show a hint if there’s a comment matching the hint / parameter name. It recognizes comments in the form of /*NAME=*/ (the = can be any character and NAME must match the hint for that argument).
- A Parameter Hint is now shown before NULL.
- Bundled LLDB on Catalina macOS - macOS 10.15 Catalina is soon to be released, so this release makes sure the bundled LLDB works.