Eugene Zelenko
|
71d175b429
|
[Clang-tidy] Improve checks documentation consistency.
Differential revision: http://reviews.llvm.org/D18717
llvm-svn: 265205
|
2016-04-02 01:07:18 +00:00 |
Alexander Kornienko
|
3c95377eb1
|
[clang-tidy] Fixed wording ("clang-tidy check", not "clang-tidy checker")
llvm-svn: 258098
|
2016-01-18 22:51:09 +00:00 |
Aaron Ballman
|
f5f9bf415c
|
Add documentation redirects for clang-tidy checkers that are exposed under multiple checker names. Updates the Python script for adding checks to properly handle these aliases.
llvm-svn: 257347
|
2016-01-11 16:48:26 +00:00 |
Alexander Kornienko
|
785e5223d3
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
llvm-svn: 256259
|
2015-12-22 17:36:49 +00:00 |
Aaron Ballman
|
8db15e4a4d
|
Adding a checker (misc-non-copyable-objects) that detects situations where a non-copyable C type is being dereferenced, such as FILE or pthread_mutex_t. Corresponds to the CERT C++ secure coding rule: https://www.securecoding.cert.org/confluence/display/c/FIO38-C.+Do+not+copy+a+FILE+object
llvm-svn: 248907
|
2015-09-30 14:09:38 +00:00 |