summaryrefslogtreecommitdiff
path: root/ale_linters/c/gcc.vim
AgeCommit message (Expand)Author
2020-08-20#3299 Merge gcc and clang into a cc linterw0rp
2020-03-17Avoid overriding parsed C/C++ -std=* flagAlex Wang
2019-05-20Fix #2512 - Use -o /dev/null for gcc lintingw0rp
2019-04-07#2132 - Replace command_chain and chain_with with ale#command#Runw0rp
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2018-08-02Simplify the code for most linters and tests with closuresw0rp
2018-07-30Indicate that a C compiler failed due to problems in a header filew0rp
2018-07-29Add support for parsing compile_commands.json files for C compilersw0rp
2018-03-21Added additional unit tests + adapted review comments #1167roel0
2018-03-20* Shell commands should by called async with the help of a command chainroel0
2018-03-20Added some unit tests and fixed some linting errors for automatic makefile pa...roel0
2018-03-19Automatically determine build flags by parsing 'make -n' output #1167roel0
2017-07-16#711 - Make the gcc executables configurablew0rp
2017-06-25Move ale#handlers#c functions into ale#cw0rp
2017-05-31Fix #557 - Detect C project roots and include root directories with headers, ...w0rp
2017-05-12#549 Temporarily revert shell escaping changes, just for Windowsw0rp
2017-05-08#540 Fix shell escaping pretty much everywherew0rp
2017-04-16#427 Implement buffer variable overrides for all linter optionsw0rp
2017-04-11#392 Report errors inside of headers, in a very basic wayw0rp
2017-03-11#277 #318 Support all same-directory includes for gcc and clangw0rp
2017-02-01Tell gcc to use C, not C++, when linting C source filesEinfachToll
2016-12-24Added ability to reload compilation flags for c and c++ after loading plugingrzebiel
2016-10-21Add support for dot-seperate linters, improve linter testsBjorn Neergaard
2016-10-21make it less verbose for c and cppehzShelter
2016-10-10First pass at optimizing ale to autoload (#80)Bjorn Neergaard
2016-10-04Add comment headers to ale_lintersPrashanth Chandra
2016-10-03Add support for shellcheck linting.w0rp
2016-09-18Add support for checking C code with GCC too.w0rp