summaryrefslogtreecommitdiff
path: root/doc/ale.txt
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 /doc/ale.txt
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 'doc/ale.txt')
-rw-r--r--doc/ale.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 86476374..944431df 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -16,6 +16,7 @@ CONTENTS *ale-contents*
gcc.................................|ale-asm-gcc|
c.....................................|ale-c-options|
clang...............................|ale-c-clang|
+ clangtidy...........................|ale-c-clangtidy|
cppcheck............................|ale-c-cppcheck|
gcc.................................|ale-c-gcc|
chef..................................|ale-chef-options|