diff options
author | Andrej Radovic <r.andrej@gmail.com> | 2017-08-05 15:21:02 +0200 |
---|---|---|
committer | Andrej Radovic <r.andrej@gmail.com> | 2017-08-05 16:42:28 +0200 |
commit | a767578d44dd96bfcb395a8cc605b1905f5393dd (patch) | |
tree | 23977f426ecf495e81c9709f220c39887e2c3182 /doc/ale.txt | |
parent | 666cfc6ee29d2bcd36a45f4ca7aa77899b2904d4 (diff) | |
download | ale-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.txt | 1 |
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| |