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
{{ message }}
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
file containing compilation flags (such as defines or include directories), one option per line
Notes
By default you can set clang-check parameters in g:syntastic_cpp_clang_check_args,
and compilation parameters (defines, optimisation flags, etc.) in the configuration file.
If you want clang-check to use compilation databases (perhaps
generated by CMake or Build EAR) rather than pass compilation flags
explicitly, set g:syntastic_cpp_clang_check_post_args to an empty string:
letg:syntastic_cpp_clang_check_post_args=""
(configuration files pointed to by g:syntastic_clang_check_config_file are then ignored).