CLion 2019.3.2

Released: Dec 18, 2019

Updates in 2019.3.2

Funktionen

  • Improved Clangd-based code highlighting
    • override and final keywords are now correctly highlighted.
    • In C11 code, when integers have suffixes with mixed lower/upper cases, the highlighting no longer fails.
    • std namespace usages from concepts library are now highlighted correctly.
  • Clangd-based code completion enhancements
    • When completing a function with the default arguments, the cursor is placed inside the parentheses, not behind the closing parenthesis.
    • When generating function implementations via code completion, CLion now generates correct code in the proper context.
  • Code coverage has been updated to prevent situations when it runs out of memory on large test suites.
  • Indexing performance is improved thanks to more accurate WSL file system.