aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/modernize/LoopConvertUtils.h
AgeCommit message (Expand)Author
2018-11-15[clang-tidy] Update checks to play nicely with limited traversal scope added ...Sam McCall
2016-11-29Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...Eugene Zelenko
2016-08-17Adapt to TraverseLambdaCapture interface change from D23204Martin Bohme
2016-06-15[clang-tidy] Remove dead code. NFC.Benjamin Kramer
2015-11-03Handle correctly containers that are data members in modernize-loop-convert.Angel Garcia Gomez
2015-09-24Add NamingStyle option to modernize-loop-convert.Angel Garcia Gomez
2015-09-11Another patch for modernize-loop-convert.Angel Garcia Gomez
2015-09-04Avoid repeated replacements on loop-convert check.Angel Garcia Gomez
2015-09-03Two more fixes to loop convert.Angel Garcia Gomez
2015-09-01Fix several corner cases for loop-convert check.Angel Garcia Gomez
2015-08-19[clang-tidy] Add loop-convert check to clang-tidy.Alexander Kornienko