Features:
- Runs Cppcheck on the fly while you write code
- Highlights lines and displays Cppcheck error messages
- Supports passing options to Cppcheck
Usage:
Please refer to Installation.
Known issues:
Please refer to Known Issues.
Please check if the plugin works with latest CLion (>=2020.3). For me it says "No suspicious code found". Though for some earlier version it was working. Tested with both 1.5.1 and 1.6.0 (master)
not working plug in
os: Ubuntu 20.04 LTS cppcheck version : 2.0 clion version : 2020.1.2
ExecutionException: Cppcheck Error : Exit Code – 1 : /snap/bin/cppcheck “–template=[{file}:{line}]: ({severity}) {id}: {message}” -I/home/x64/project1 –enable=warning,performance,portability,style –language=c++ /tmp/___main.cpp
Vu Le
19.10.2022Plugin works great with CLion 2022.1 and cppcheck 2.9. I like the code annotations and ability to use code inspection window. I would like to see it also work with Changes tab so I can analyze my changes only.