summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrej Radovic <r.andrej@gmail.com>2017-08-05 15:21:02 +0200
committerAndrej Radovic <r.andrej@gmail.com>2017-08-05 16:42:28 +0200
commita767578d44dd96bfcb395a8cc605b1905f5393dd (patch)
tree23977f426ecf495e81c9709f220c39887e2c3182 /README.md
parent666cfc6ee29d2bcd36a45f4ca7aa77899b2904d4 (diff)
downloadale-a767578d44dd96bfcb395a8cc605b1905f5393dd.zip
Added clang-tidy for C, too.
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e90474e7..cf1e9928 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ name. That seems to be the fairest way to arrange this table.
| Awk | [gawk](https://www.gnu.org/software/gawk/)|
| Bash | [-n flag](https://www.gnu.org/software/bash/manual/bash.html#index-set), [shellcheck](https://www.shellcheck.net/) |
| Bourne Shell | [-n flag](http://linux.die.net/man/1/sh), [shellcheck](https://www.shellcheck.net/) |
-| C | [cppcheck](http://cppcheck.sourceforge.net), [gcc](https://gcc.gnu.org/), [clang](http://clang.llvm.org/)|
+| C | [cppcheck](http://cppcheck.sourceforge.net), [gcc](https://gcc.gnu.org/), [clang](http://clang.llvm.org/), [clangtidy](http://clang.llvm.org/extra/clang-tidy/)|
| C++ (filetype cpp) | [clang](http://clang.llvm.org/), [clangcheck](http://clang.llvm.org/docs/ClangCheck.html), [clangtidy](http://clang.llvm.org/extra/clang-tidy/), [cppcheck](http://cppcheck.sourceforge.net), [cpplint](https://github.com/google/styleguide/tree/gh-pages/cpplint), [gcc](https://gcc.gnu.org/)|
| C# | [mcs](http://www.mono-project.com/docs/about-mono/languages/csharp/) |
| Chef | [foodcritic](http://www.foodcritic.io/) |