summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/docs/clang-tidy.rst
Commit message (Collapse)AuthorAgeFilesLines
* [clang-tidy] Use relative URL for redirection.Alexander Kornienko2016-01-271-1/+1
| | | | llvm-svn: 258925
* Orphaning these RST files; each one is retained only for link backwards ↵Aaron Ballman2015-12-281-0/+2
| | | | | | compatibility. llvm-svn: 256517
* [clang-tidy] Automatically redirect to the new page.Alexander Kornienko2015-09-091-1/+4
| | | | llvm-svn: 247153
* Add a redirection page to unbreak external links.Alexander Kornienko2015-09-081-0/+1
| | | | | | | Apparently, there are some links to http://clang.llvm.org/extra/clang-tidy.html in the wild. It's better to keep them working. llvm-svn: 247007
* [clang-tidy] Move clang-tidy docs to a separate directory. Create doc files ↵Alexander Kornienko2015-08-271-502/+0
| | | | | | | | | | | for checks The doc files for checks have been generated from the corresponding header files using the docs/clang-tidy/tools/dump_check_docs.py script. Committing the script as well, but the intention is to move all the user-facing docs from header files to the rST files and add links to .h files appropriately. llvm-svn: 246173
* [clang-tidy] Mention check_clang_tidy.py instead of check_clang_tidy.sh in ↵Alexander Kornienko2015-08-201-4/+3
| | | | | | the docs. llvm-svn: 245587
* Updating the documentation for clang-tidy. Removes some non-ASCII characters ↵Aaron Ballman2015-07-271-17/+17
| | | | | | from the documentation, and removes shell-specific single quote characters as they cause issues for some shells (such as on Windows). llvm-svn: 243266
* Fixed script name in the clang-tidy documentation.Alexander Kornienko2015-02-231-4/+4
| | | | llvm-svn: 230198
* [clang-tidy] Update help messages and docs.Alexander Kornienko2014-12-031-57/+87
| | | | | | Fixed incorrect examples of configuration, clarified the usage of -dump-config. llvm-svn: 223235
* [clang-tidy] Updated docs for r220826.Alexander Kornienko2014-10-281-0/+1
| | | | llvm-svn: 220830
* [clang-tidy] Documented check testing.Alexander Kornienko2014-10-031-1/+39
| | | | llvm-svn: 218962
* [clang-tidy] Updated documentationAlexander Kornienko2014-09-271-3/+18
| | | | | | Added an example of check-specific options. llvm-svn: 218573
* [clang-tidy] Fix documentation.Alexander Kornienko2014-09-271-3/+3
| | | | | | Try using code-block: console for command-line usage examples. llvm-svn: 218572
* [clang-tidy] Fix for the documentation.Alexander Kornienko2014-09-271-1/+1
| | | | llvm-svn: 218571
* [clang-tidy] Updated documentation.Alexander Kornienko2014-09-271-7/+66
| | | | llvm-svn: 218570
* Fixed a typo.Alexander Kornienko2014-09-081-1/+2
| | | | llvm-svn: 217377
* [clang-tidy] Add a couple of paragraphs on run-clang-tidy.py to the docs.Benjamin Kramer2014-09-081-0/+30
| | | | | | Happy tidying. llvm-svn: 217373
* Added documentation on how clang diagnostics are reported by clang-tidy.Alexander Kornienko2014-07-161-2/+13
| | | | llvm-svn: 213147
* [doc] Fix incorrect reference to clang-format -> clang-tidyTobias Grosser2014-07-101-1/+1
| | | | llvm-svn: 212755
* Update clang-tidy documentation.Alexander Kornienko2014-05-161-10/+31
| | | | | | | | | | | | | | | | Summary: Updated the help message, updated description of -checks=, removed mentions of -disable-checks. Reviewers: klimek Reviewed By: klimek Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D3793 llvm-svn: 208979
* Normalized the usage of override in the doc.Alexander Kornienko2014-03-031-4/+3
| | | | llvm-svn: 202710
* [C++11] Replace LLVM_OVERRIDE with 'override'Craig Topper2014-03-021-1/+1
| | | | llvm-svn: 202632
* Adding documentation for clang-tidy.Alexander Kornienko2014-02-251-0/+298
Summary: Contains a short user's manual and some instructions on writing clang-tidy checks. Reviewers: klimek, djasper Reviewed By: klimek CC: cfe-commits Differential Revision: http://llvm-reviews.chandlerc.com/D2880 llvm-svn: 202164
OpenPOWER on IntegriCloud