A Flymake backend for validating c/c++ files for Emacs
- Emacs Lisp 99.6%
- Makefile 0.4%
| .gitignore | added makefile, ignores, and altered header/supress file handling | |
| flymake-cppcheck.el | disable builddir for now | |
| LICENSE | initial commit | |
| Makefile | added makefile, ignores, and altered header/supress file handling | |
| README.md | added warning | |
flymake-cppcheck
WARNING: This is still work-in-progress
A Flymake backend for validating c/c++ files for Emacs (26+), using cppcheck
Installation
flymake-cppcheck is not available on MELPA, so you have to add
it using your load-path manually.
Usage
Add the following to your .emacs files for Emacs to load the backend
when visiting a c/c++ file
(require 'flymake-cppcheck)
(add-hook 'cc-mode-hook 'flymake-cppcheck-setup)
Remember to enable flymake-mode as well, preferably after.
License
Distributed under the GNU General Public License, version 3.