Syntax highlighting and code inspection stops working after including anything from standard library after upgrading GCC to version 10 on Ubuntu 20.04 关注
已完成
Basically my code gets highlighted and inspected fine until I include a standard library header (<string> for example). Sometimes when I remove the include line the highlighting comes back and sometimes it comes back only if I restart CLion after removing the line. The code compiles fine. I already tried reinstalling GCC, CLion and whole Ubuntu and the problem is exactly the same. The problem is not consistent for all the headers because <cstdint> works fine and doesn't break anything but <string>, <map>, <iostream> do. I don't have any external plugins, it's a totally fresh install of the newest CLion and Ubuntu. Going back to GCC-9 fixes the problem but GCC-10 just doesn't seem to work.
请先登录再写评论。
Hello!
Please do the following:
Help | Find Action
, type "Registry..."), enableclion.clang.clangd.crash_reports
and setclion.clang.clangd.debug
to1
.File | Invalidate Caches / Restart...
.Help | Show Log in ...
) to clion-support at jetbrains.com. Note that logs might contain private user's information (like file paths and names).Thanks, invalidating the cache and restarting resolved the issue for me.