index
:
ale
feature/doc_contrib
feature/open_list_num
fix/broken_golang_links
fix/lua-language-server_docs
fix/use_stable_rust
master
topic/docker-free_testing
topic/plls
wip/cargo_multifile
wip/lint_fail_err
wip/twig
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test_c_flag_parsing.vader
Age
Commit message (
Expand
)
Author
2021-02-05
Add test case for gnumakefile detection
Hugo Musso Gualandi
2020-12-21
Add tests for -imacros C flag
Manoel Brunnen
2020-08-29
Fix #3247 - Use --always-make for make -n by default
w0rp
2020-08-27
Fix #3318 - Escape macros when parsing C flags
w0rp
2020-08-27
Fix C flag parsing and tests on Windows
w0rp
2020-08-27
#3318 Refactor C flag parsing to set up for quoting arguments
w0rp
2020-08-27
Label the test cases more clearly
w0rp
2020-08-27
Fix #3317 - Parse -include from C flags
w0rp
2020-08-27
Fix #3307 - Handle compile_commands paths better
w0rp
2020-08-20
Keep -iframework if present in parsed C/C++ flags (#3057)
awang
2020-08-19
Fix #3200 - Do not use -fstack-usage from parsed flags
w0rp
2020-05-20
Fixes #3092 - Implement loading `@file` c arguments
Stephen Robinson
2019-08-17
Fix cflags parsing (#2510, #2265) (#2590)
fx-carton
2019-04-15
#782 - Use compile commands for matching source files for headers
w0rp
2019-01-27
Fix #2195 - Handle the command key being missing
w0rp
2019-01-24
Parse more C/C++ compiler options
Louis Xu
2019-01-10
Merge pull request #2191 from davidvandebunte/fixCompDbDir
w0rp
2019-01-09
Cflags: added a test case
François-Xavier Carton
2019-01-08
bugfix: c.vim: Pull build directory from compilation database
David VandeBunte
2019-01-06
Improve perf for compile dbs in large projects
Jacob Segal
2018-12-29
Add a test for cflags merging bug
François-Xavier Carton
2018-11-17
Fix bug where last c flag was ignored
Jacob Segal
2018-09-18
add test for arguments with '--'
James Ye
2018-07-29
Try to fix the C parsing test on Windows
w0rp
2018-07-29
Add support for parsing compile_commands.json files for C compilers
w0rp