| 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 | ||||
| * | Added a comment to document relation of this check to -Wold-style-cast. | Alexander Kornienko | 2014-06-30 | 1 | -0/+4 |
| | | | | | llvm-svn: 212033 | ||||
| * | Another attempt to add a clang-tidy check for flagging C-style casts. | Alexander Kornienko | 2014-06-29 | 1 | -0/+33 |
| Summary: The first version failed the SubstNonTypeTempateParmExpr-related test on some buildbots. This one uses the new substNonTypeTempateParmExpr matcher to filter out implicit C-style casts. This patch depends on D4327. Reviewers: djasper Reviewed By: djasper Subscribers: aemerson, cfe-commits Differential Revision: http://reviews.llvm.org/D4328 llvm-svn: 212002 | |||||

