summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability/InconsistentDeclarationParameterNameCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-041-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* [clang-tidy] readability-inconsistent-declaration-parameter-name: accept appr...Sam McCall2018-07-131-9/+19
* clang-tidy: add IgnoreMacros option to readability-inconsistent-declaration-p...Miklos Vajna2018-01-051-0/+11
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-7/+10
* Apply performance-unnecessary-value-param to clang-tidy.Benjamin Kramer2016-06-151-1/+1
* [clang-tidy] Cleaning namespaces to be more consistant across checkers.Etienne Bergeron2016-05-021-2/+2
* Test commitPiotr Dziwinski2015-10-241-2/+2
* Pass SourceLocation by value instead of by const reference since its just a 3...Craig Topper2015-09-211-1/+1
* [clang-tidy] Add inconsistent declaration parameter name checkAlexander Kornienko2015-09-101-0/+336
OpenPOWER on IntegriCloud