summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrej Radovic <r.andrej@gmail.com>2017-08-06 13:14:09 +0200
committerAndrej Radovic <r.andrej@gmail.com>2017-08-06 13:14:09 +0200
commit70cd1d5a57318dbbe36e548f705dce4bcd5df267 (patch)
tree0ace8c1d8499939a678afd3d4b49e179099fb47b /doc
parenta767578d44dd96bfcb395a8cc605b1905f5393dd (diff)
downloadale-70cd1d5a57318dbbe36e548f705dce4bcd5df267.zip
Fixed the comments, left only the doc URL
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-c.txt49
1 files changed, 2 insertions, 47 deletions
diff --git a/doc/ale-c.txt b/doc/ale-c.txt
index eb52bc19..8188b879 100644
--- a/doc/ale-c.txt
+++ b/doc/ale-c.txt
@@ -75,53 +75,8 @@ g:ale_c_clangtidy_checks *g:ale_c_clangtidy_checks*
option to an empty List.
Not all of clangtidy checks are applicable for C. You should consult the
- clang documentation for an up-to-date list of compatible checks.
-
- Here's an (incomplete) list of C-compatible checks, for clang-tidy version 6:
- bugprone-suspicious-memset-usage
- cert-env33-c
- cert-err34-c
- cert-flp30-c
- google-runtime-int
- llvm-header-guard
- llvm-include-order
- misc-argument-comment
- misc-assert-side-effect
- misc-bool-pointer-implicit-conversion
- misc-definitions-in-headers
- misc-incorrect-roundings
- misc-macro-parentheses
- misc-macro-repeated-side-effects
- misc-misplaced-const
- misc-misplaced-widening-cast
- misc-multiple-statement-macro
- misc-non-copyable-objects
- misc-redundant-expression
- misc-sizeof-expression
- misc-static-assert
- misc-string-literal-with-embedded-nul
- misc-suspicious-enum-usage
- misc-suspicious-missing-comma
- misc-suspicious-semicolon
- misc-suspicious-string-compare
- misc-swapped-arguments
- modernize-redundant-void-arg
- modernize-use-bool-literals
- performance-type-promotion-in-math-fn
- readability-braces-around-statements
- readability-else-after-return
- readability-function-size
- readability-identifier-naming
- readability-implicit-bool-cast
- readability-inconsistent-declaration-parameter-name
- readability-misleading-indentation
- readability-misplaced-array-index
- readability-named-parameter
- readability-non-const-parameter
- readability-redundant-control-flow
- readability-redundant-declaration
- readability-redundant-function-ptr-dereference
- readability-simplify-boolean-expr
+ clang documentation for an up-to-date list of compatible checks:
+ http://clang.llvm.org/extra/clang-tidy/checks/list.html
g:ale_c_clangtidy_executable *g:ale_c_clangtidy_executable*