summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortomotanakamura <nakamuratomota@gmail.com>2017-02-10 12:53:25 +0900
committertomotanakamura <nakamuratomota@gmail.com>2017-02-11 21:35:34 +0900
commit2ba2aff65e3fa3e138e3803bfb1ea4dc54ba79f3 (patch)
tree352e7eb9943b85292610ee207483c51caaa42601 /README.md
parent5de445c041432b602c590a175809d89837cdf2b8 (diff)
downloadale-2ba2aff65e3fa3e138e3803bfb1ea4dc54ba79f3.zip
Add clang to cpp linters.
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 8daf2979..f13fac6d 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ name. That seems to be the fairest way to arrange this table.
| 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++ (filetype cpp) | [cppcheck] (http://cppcheck.sourceforge.net), [gcc](https://gcc.gnu.org/)|
+| C++ (filetype cpp) | [cppcheck] (http://cppcheck.sourceforge.net), [gcc](https://gcc.gnu.org/), [clang](http://clang.llvm.org/)|
| C# | [mcs](http://www.mono-project.com/docs/about-mono/languages/csharp/) |
| Chef | [foodcritic](http://www.foodcritic.io/) |
| CoffeeScript | [coffee](http://coffeescript.org/), [coffeelint](https://www.npmjs.com/package/coffeelint) |