#1167 Use the make -n parsing for C++ compilers, and document the new option

This commit is contained in:
w0rp
2018-03-27 19:24:22 +01:00
parent 018831d601
commit 95ec9bb780
7 changed files with 44 additions and 24 deletions

View File

@@ -5,8 +5,11 @@ ALE C++ Integration *ale-cpp-options*
===============================================================================
Global Options
The |g:ale_c_build_dir_names| and |g:ale_c_build_dir| also apply to some C++
linters too.
The following C options also apply to some C++ linters too.
* |g:ale_c_build_dir_names|
* |g:ale_c_build_dir|
* |g:ale_c_parse_makefile|
===============================================================================