aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/modernize/LoopConvertCheck.cpp
AgeCommit message (Expand)Author
2018-11-25A bit of AST matcher cleanup, NFC.Alexander Kornienko
2018-11-15[clang-tidy] Update checks to play nicely with limited traversal scope added ...Sam McCall
2017-08-02Adapt clang-tidy checks to changing semantics of hasDeclaration.Manuel Klimek
2016-12-13Remove trailing whitespace in docs and clang-tidy sources.Alexander Kornienko
2016-12-13Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}Alexander Kornienko
2016-11-29Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...Eugene Zelenko
2016-07-20clang-tidy modernize-loop-convert: preserve type of alias declaration (bug 28...Matthias Gehre
2016-06-24Remove ignoringImplicit from clang-tidy.Cong Liu
2016-06-21Fix clang-tidy patterns to adapt to newly added ExprWithCleanups nodes.Tim Shen
2015-11-06Fix another case where loop-convert wasn't handling correctly data members.Angel Garcia Gomez
2015-11-03Handle correctly containers that are data members in modernize-loop-convert.Angel Garcia Gomez
2015-11-03Improve more the const-detection in modernize-loop-convert.Angel Garcia Gomez
2015-11-02Make the modernize-loop-convert's const-detection smarter.Angel Garcia Gomez
2015-10-30Only copy small types in modernize-loop-convert.Angel Garcia Gomez
2015-10-22Don't use "auto" on loops over fundamental types in modernize-loop-convert.Angel Garcia Gomez
2015-10-22Make string constants in the modernize module static.Angel Garcia Gomez
2015-10-05Document a bug in loop-convert and fix one of its subcases.Angel Garcia Gomez
2015-10-01Prevent loop-convert from leaving empty lines after removing an alias declara...Angel Garcia Gomez
2015-10-01Add support for 'cbegin()' and 'cend()' on modernize-loop-convert.Angel Garcia Gomez
2015-09-24Add NamingStyle option to modernize-loop-convert.Angel Garcia Gomez
2015-09-24Remove dangling parenthesis.Angel Garcia Gomez
2015-09-24Solve comment on rL248418.Angel Garcia Gomez
2015-09-24Use simpler interface for getting the pointee type for a node.Manuel Klimek
2015-09-23Fix loop-convert for trivially copyable types.Manuel Klimek
2015-09-23Fix loop-convert for const references to containers.Manuel Klimek
2015-09-21Refactor LoopConvertCheck.Angel Garcia Gomez
2015-09-17Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman
2015-09-11Another patch for modernize-loop-convert.Angel Garcia Gomez
2015-09-08Avoid using rvalue references with trivially copyable types.Angel Garcia Gomez
2015-09-01Fix several corner cases for loop-convert check.Angel Garcia Gomez
2015-08-28Disable several more clang-tidy modernize checkers when not compiling in C++ ...Aaron Ballman
2015-08-25Avoid LoopConvertCheck replacements in template instantiations.Angel Garcia Gomez
2015-08-20[clang-tidy] Fix bug in modernize-loop-convert check.Alexander Kornienko
2015-08-19[clang-tidy] Fix LoopConvertCheck bug.Alexander Kornienko
2015-08-19[clang-tidy] Add loop-convert check to clang-tidy.Alexander Kornienko