aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/readability/AvoidConstParamsInDecls.cpp
AgeCommit message (Expand)Author
2018-08-09Port getLocEnd -> getEndLocStephen Kelly
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang
2016-10-11[clang-tidy] readability-avoid-const-params-in-decls template instantiation b...Malcolm Parsons
2016-09-24[clang-tidy] Cleaning up language options.Gabor Horvath
2016-06-28[clang-tidy] Do not match on lambdas.Samuel Benzaquen
2016-06-06[clang-tidy] Do not try to suggest a fix if the parameter is partially in a m...Samuel Benzaquen
2016-06-01Fix uninitialized memory access when the token 'const' is not present inSamuel Benzaquen
2016-04-12[clang-tidy] fix readability-avoid-const-params-in-decls creating invalid cod...Matthias Gehre
2016-03-30[clang-tidy] readability check for const params in declarationsAlexander Kornienko