Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-06 | Add tests for clangtidy with Makefile | Greg Anders | |
2019-10-06 | Use Makefile output with clang-tidy when useful | Greg Anders | |
In the case where neither a build directory nor a compile_commands.json file is found, use the output of `make -n` to provide options to clang-tidy. | |||
2019-06-08 | Add additional option setting for clangtidy linter | Jonathan Vander Mey | |
The existing option setting handles setting additional compile flags to pass to clang-tidy. The new option setting added here allows setting additional clang-tidy specific flags to be passed as well. Fixes #2324 | |||
2019-02-22 | #2132 - Replace all uses of foo_callback with foo | w0rp | |
2018-10-30 | Do not enable all clang-tidy checks by default | Andreas Hollmann | |
2018-08-24 | Add clazy as cpp linter | fenuks | |
2018-08-02 | Simplify the code for most linters and tests with closures | w0rp | |
2018-07-29 | Add support for parsing compile_commands.json files for C compilers | w0rp | |
2017-08-06 | Fixed the comments, left only the doc URL | Andrej Radovic | |
2017-08-05 | Added clang-tidy for C, too. | Andrej Radovic | |
A limited number of clang-tidy checks can be used with C, too. I pretty much copied and refactored the C++ clang-tidy linter, and added some documentation about C-compatible checks. |