summaryrefslogtreecommitdiff
path: root/ale_linters/c
AgeCommit message (Expand)Author
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
2019-02-06Update syntax checkingw0rp
2018-10-30Do not enable all clang-tidy checks by defaultAndreas Hollmann
2018-09-28Move ccls functions to autoload/ale/handlerYe Jingchen
2018-09-26Add ccls testsYe Jingchen
2018-09-26Add ccls support for C/C++/ObjCYe Jingchen
2018-09-04Improve ALE project style checkingw0rp
2018-08-24Add clazy as cpp linterfenuks
2018-08-09Add blank lines to conform the coding standardskodemeister
2018-08-07Use .cquery file to detect the project rootkodemeister
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-07-25Providing cquery support for C filesjtalowell
2018-07-22Add Clangd language server support for CAndrey Melentyev
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-20Clang parser shoud fallback on old method if parsing fails #1167roel0
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
2018-03-10Handle flawfinder severity level (#1400)Christian-Gibbons
2018-02-25New linter: Flawfinder (#1361)Christian-Gibbons
2017-08-06Fixed the comments, left only the doc URLAndrej Radovic
2017-08-05Added clang-tidy for C, too.Andrej Radovic
2017-07-17Fix an executable_callback typow0rp
2017-07-16#711 - Make the gcc executables configurablew0rp
2017-07-16#711 - Make the cppcheck executables configurablew0rp
2017-07-16#711 - Make the clang 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-05-02#392 - Detect and use compile_commands.json for cppcheckw0rp
2017-04-24Break shared handlers up into their own files, and fix stylelint error handlingw0rp
2017-04-16#427 Implement buffer variable overrides for all linter optionsw0rp
2017-04-15Fix #257 in preparation for #427, standardise options with fallbacks, and mak...w0rp
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-11Replace every stdin-wrapper script with the new %t formatting supportw0rp
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-31Add support for clang for cmshr-h
2016-10-21Add support for dot-seperate linters, improve linter testsBjorn Neergaard
2016-10-21make it less verbose for c and cppehzShelter
2016-10-20Add support for cppcheck (#126)Bart Libert
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