summaryrefslogtreecommitdiff
path: root/ale_linters/cpp
AgeCommit message (Expand)Author
2021-11-19Add cspell Linter (#3981)David Houston
2021-03-01Close #2281 - Separate cwd commands from commandsw0rp
2021-02-06Fix #3579 - Escape cppcheck arguments for Windowsv3.1.0w0rp
2021-01-22Fix clang-tidy ignoring compile_commands.jsonfenuks
2020-08-28Close #3325 - Apply new formatting where possiblew0rp
2020-08-20#3299 Merge gcc and clang into a cc linterw0rp
2020-08-19Merge pull request #3056 from ts826848/remove-ale-std-if-already-in-GetCFlagsw0rp
2020-08-10Fix #1608 - Treat .h as C++ files for C++ clang-tidyw0rp
2020-08-06fix cppcheck for 1.89+, and add column support (#3030)tsjordan-eng
2020-04-18ccls: Detect build dir and set compilationDatabaseDirectoryTomas Janousek
2020-03-17Avoid overriding parsed C/C++ -std=* flagAlex Wang
2019-10-28Merge pull request #2700 from elebow/clangcheck-no-color-diagnosticsw0rp
2019-10-17Merge remote-tracking branch 'murfalo/clangd-compile-commands'w0rp
2019-10-09Added tests for clangd compile commands dectectionMurfalo
2019-10-06Add tests for clangtidy with MakefileGreg Anders
2019-10-06Use Makefile output with clang-tidy when usefulGreg Anders
2019-10-03Added automatic compile-commands-dir arg to ale_cpp_clangd linterMurfalo
2019-09-26clangcheck: Add -fno-color-diagnosticsEddie Lebow
2019-06-08Add additional option setting for clangtidy linterJonathan Vander Mey
2019-06-03Fix #1279 - Run cppcheck differently when modifiedChristoph Koehler
2019-05-20Close #2359 - Find compile_commands.json in build dirs for cppcheckw0rp
2019-05-20Fix #2421 - Use compile_commands.json in build dirs to find rootsw0rp
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
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-23Enabling clangd for cpp, objc and objcppBruno R. Barreyra
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-04Make the language option for LSP linters optionalw0rp
2018-06-07#1635 - Use the project base rather than its parent for cqueryBen Falconer
2018-06-06Add the cquery LSP #1475 #1594Ben Falconer
2018-04-10Fix #1490 - Rename the g++ linter to gcc, and add an alias for the old namew0rp
2018-03-28Flawfinder for C++:christian-gibbons
2018-03-27#1167 Use the make -n parsing for C++ compilers, and document the new optionw0rp
2018-03-10Handle flawfinder severity level (#1400)Christian-Gibbons
2018-02-25New linter: Flawfinder (#1361)Christian-Gibbons
2018-01-02Fix #1255: Move extra clang-check args to before user optionsJonatan Olofsson
2017-07-20#782 - Do not set the build directory for clang-tidy for header files, which ...w0rp
2017-07-17#703 Add arguments to avoid generating plist files if no build directory is d...w0rp
2017-07-17Fix another executable callback typow0rp