Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang-tidy] Cleaning namespaces to be more consistant across checkers. | Etienne Bergeron | 2016-05-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Summary: The goal of the patch is to bring checkers in their appropriate namespace. This path doesn't change any behavior. Reviewers: alexfh Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D19811 llvm-svn: 268264 | ||||
* | Test commit | Piotr Dziwinski | 2015-10-24 | 1 | -2/+2 |
| | | | | llvm-svn: 251204 | ||||
* | Pass SourceLocation by value instead of by const reference since its just a ↵ | Craig Topper | 2015-09-21 | 1 | -1/+1 |
| | | | | | | 32-bit integer. NFC llvm-svn: 248139 | ||||
* | [clang-tidy] Add inconsistent declaration parameter name check | Alexander Kornienko | 2015-09-10 | 1 | -0/+336 |
This is first of series of patches, porting code from my project colobot-lint, as I mentioned recently in cfe-dev mailing list. This patch adds a new check in readability module: readability-inconsistent-declaration-parameter-name. I also added appropriate testcases and documentation. I chose readability module, as it seems it is the best place for it. I think I followed the rules of LLVM coding guideline, but I may have missed something, as I usually use other code formatting style. http://reviews.llvm.org/D12462 Patch by Piotr Dziwinski! llvm-svn: 247261 |