Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-28 | Close #3325 - Apply new formatting where possible | w0rp | |
2020-08-20 | #3299 Merge gcc and clang into a cc linter | w0rp | |
Users can easily be confused when they set some options for a C or C++ compiler, and another compiler is run with different options, which still reports errors. To remedy this, the existing `gcc` and `clang` linters have been replaced with a `cc` linter that will run either compiler. This is a breaking change for ALE v3.0.0. | |||
2019-10-06 | Add tests for clangtidy with Makefile | Greg Anders | |
2019-05-20 | Fix #2421 - Use compile_commands.json in build dirs to find roots | w0rp | |
2019-05-20 | Fix #2512 - Use -o /dev/null for gcc linting | w0rp | |
2018-10-30 | Do not enable all clang-tidy checks by default | Andreas Hollmann | |
2018-08-02 | Simplify the code for most linters and tests with closures | w0rp | |