| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implemented clang-tidy-check-specific options. | Alexander Kornienko | 2014-09-12 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | Summary: Each check can implement readOptions and storeOptions methods to read and store custom options. Each check's options are stored in a local namespace to avoid name collisions and provide some sort of context to the user. Reviewers: bkramer, klimek Reviewed By: klimek Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D5296 llvm-svn: 217661 | ||||
| * | [clang-tidy] Provide links to the google style guide for checks derived from it. | Benjamin Kramer | 2014-07-17 | 1 | -0/+1 |
| | | | | | llvm-svn: 213233 | ||||
| * | [clang-tidy] Add namespaces checkers. | Benjamin Kramer | 2014-07-16 | 1 | -0/+32 |
| This change contains of two checkers that warn about 1. anonymous namespaces in header files. 2. 'using namespace' directives everywhere. Differential Revision: http://reviews.llvm.org/D4523 llvm-svn: 213153 | |||||

