forked from vim-syntastic/syntastic
-
Notifications
You must be signed in to change notification settings - Fork 0
LCD 47 edited this page Jun 12, 2016
·
3 revisions
This file exists only as a historic reference. Documentation for syntastic
checkers is now included in the manual, please see :help syntastic-checkers
in Vim.
- clang_check
- clang_tidy
- cppcheck
- cpplint
- gcc* (GCC and Clang)
- oclint
- pc_lint
- vera++
* This checker doesn't use the makeprgBuild()
function, and thus it
can't be configured with the usual g:syntastic_<filetype>_<checker>_<option>
variables. Please refer to the corresponding entry to find out what other
configuration mechanisms (if any) are available for it.
[Syntastic Wiki][0] [0]: https://github.com/scrooloose/syntastic/wiki/