summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability/AvoidConstParamsInDecls.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-2/+2
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-3/+3
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-1/+1
* [clang-tidy] readability-avoid-const-params-in-decls template instantiation b...Malcolm Parsons2016-10-111-1/+6
* [clang-tidy] Cleaning up language options.Gabor Horvath2016-09-241-1/+1
* [clang-tidy] Do not match on lambdas.Samuel Benzaquen2016-06-281-4/+8
* [clang-tidy] Do not try to suggest a fix if the parameter is partially in a m...Samuel Benzaquen2016-06-061-0/+6
* Fix uninitialized memory access when the token 'const' is not present inSamuel Benzaquen2016-06-011-5/+8
* [clang-tidy] fix readability-avoid-const-params-in-decls creating invalid cod...Matthias Gehre2016-04-121-7/+40
* [clang-tidy] readability check for const params in declarationsAlexander Kornienko2016-03-301-0/+71
OpenPOWER on IntegriCloud