| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [clang-tidy] Use relative URL for redirection. | Alexander Kornienko | 2016-01-27 | 1 | -1/+1 |
| | | | | | llvm-svn: 258925 | ||||
| * | Orphaning these RST files; each one is retained only for link backwards ↵ | Aaron Ballman | 2015-12-28 | 1 | -0/+2 |
| | | | | | | | compatibility. llvm-svn: 256517 | ||||
| * | [clang-tidy] Automatically redirect to the new page. | Alexander Kornienko | 2015-09-09 | 1 | -1/+4 |
| | | | | | llvm-svn: 247153 | ||||
| * | Add a redirection page to unbreak external links. | Alexander Kornienko | 2015-09-08 | 1 | -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 Kornienko | 2015-08-27 | 1 | -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 Kornienko | 2015-08-20 | 1 | -4/+3 |
| | | | | | | | the docs. llvm-svn: 245587 | ||||
| * | Updating the documentation for clang-tidy. Removes some non-ASCII characters ↵ | Aaron Ballman | 2015-07-27 | 1 | -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 Kornienko | 2015-02-23 | 1 | -4/+4 |
| | | | | | llvm-svn: 230198 | ||||
| * | [clang-tidy] Update help messages and docs. | Alexander Kornienko | 2014-12-03 | 1 | -57/+87 |
| | | | | | | | Fixed incorrect examples of configuration, clarified the usage of -dump-config. llvm-svn: 223235 | ||||
| * | [clang-tidy] Updated docs for r220826. | Alexander Kornienko | 2014-10-28 | 1 | -0/+1 |
| | | | | | llvm-svn: 220830 | ||||
| * | [clang-tidy] Documented check testing. | Alexander Kornienko | 2014-10-03 | 1 | -1/+39 |
| | | | | | llvm-svn: 218962 | ||||
| * | [clang-tidy] Updated documentation | Alexander Kornienko | 2014-09-27 | 1 | -3/+18 |
| | | | | | | | Added an example of check-specific options. llvm-svn: 218573 | ||||
| * | [clang-tidy] Fix documentation. | Alexander Kornienko | 2014-09-27 | 1 | -3/+3 |
| | | | | | | | Try using code-block: console for command-line usage examples. llvm-svn: 218572 | ||||
| * | [clang-tidy] Fix for the documentation. | Alexander Kornienko | 2014-09-27 | 1 | -1/+1 |
| | | | | | llvm-svn: 218571 | ||||
| * | [clang-tidy] Updated documentation. | Alexander Kornienko | 2014-09-27 | 1 | -7/+66 |
| | | | | | llvm-svn: 218570 | ||||
| * | Fixed a typo. | Alexander Kornienko | 2014-09-08 | 1 | -1/+2 |
| | | | | | llvm-svn: 217377 | ||||
| * | [clang-tidy] Add a couple of paragraphs on run-clang-tidy.py to the docs. | Benjamin Kramer | 2014-09-08 | 1 | -0/+30 |
| | | | | | | | Happy tidying. llvm-svn: 217373 | ||||
| * | Added documentation on how clang diagnostics are reported by clang-tidy. | Alexander Kornienko | 2014-07-16 | 1 | -2/+13 |
| | | | | | llvm-svn: 213147 | ||||
| * | [doc] Fix incorrect reference to clang-format -> clang-tidy | Tobias Grosser | 2014-07-10 | 1 | -1/+1 |
| | | | | | llvm-svn: 212755 | ||||
| * | Update clang-tidy documentation. | Alexander Kornienko | 2014-05-16 | 1 | -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 Kornienko | 2014-03-03 | 1 | -4/+3 |
| | | | | | llvm-svn: 202710 | ||||
| * | [C++11] Replace LLVM_OVERRIDE with 'override' | Craig Topper | 2014-03-02 | 1 | -1/+1 |
| | | | | | llvm-svn: 202632 | ||||
| * | Adding documentation for clang-tidy. | Alexander Kornienko | 2014-02-25 | 1 | -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 | |||||

