You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LCD 47 edited this page Jun 12, 2016
·
11 revisions
This file is no longer maintained
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.
file containing compilation flags (such as defines or include directories), one option per line
Notes
By default you can set oclint parameters in g:syntastic_cpp_oclint_args, and
compilation parameters (defines, optimisation flags, etc.) in the config file.
If you want oclint to use Clang-style compilation databases (perhaps
generated by CMake or Build EAR) rather than pass compilation flags
explicitly, set g:syntastic_cpp_oclint_post_args to an empty string:
letg:syntastic_cpp_oclint_post_args=""
Config files pointed to by g:syntastic_oclint_config_file are then ignored.