Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Clang-tidy] Fix some checks documentation style. | Eugene Zelenko | 2016-08-26 | 1 | -1/+1 |
| | | | | | | Differential revision: https://reviews.llvm.org/D23894 llvm-svn: 279846 | ||||
* | [clang-tidy] fix building clang-tidy documentation. | Etienne Bergeron | 2016-04-06 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | Summary: The clang-tidy documentation can't be generated because of broken links. ``` Warning, treated as error: /home/etienneb/llvm/llvm/tools/clang/tools/extra/docs/clang-tidy/checks/google-readability-function-size.rst:: WARNING: document isn't included in any toctree ``` Reviewers: alexfh Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D18803 llvm-svn: 265539 | ||||
* | [clang-tidy] Add a check to detect static definitions in anonymous namespace. | Haojian Wu | 2016-04-05 | 1 | -0/+17 |
Summary: Fixes PR26595 Reviewers: alexfh Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D18180 llvm-svn: 265384 |