summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/modernize/LoopConvertCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Fix modernize-loop-convert "multiple diag in flight" crash.Haojian Wu2020-06-101-9/+8
* Remove \brief commands from doxygen comments.Dmitri Gribenko2019-08-221-19/+19
* [clang-tidy] Fix invalid read on destructionNikolai Kosjar2019-06-111-19/+23
* [clang-tidy] Recommit r360785 "modernize-loop-convert: impl const cast iter" ...Don Hinton2019-05-151-5/+0
* Revert [clang-tidy] modernize-loop-convert: impl const cast iterDon Hinton2019-05-151-0/+5
* [clang-tidy] modernize-loop-convert: impl const cast iterDon Hinton2019-05-151-5/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* A bit of AST matcher cleanup, NFC.Alexander Kornienko2018-11-251-1/+1
* [clang-tidy] Update checks to play nicely with limited traversal scope added ...Sam McCall2018-11-151-1/+1
* Adapt clang-tidy checks to changing semantics of hasDeclaration.Manuel Klimek2017-08-021-20/+22
* Remove trailing whitespace in docs and clang-tidy sources.Alexander Kornienko2016-12-131-1/+1
* Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}Alexander Kornienko2016-12-131-14/+14
* Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...Eugene Zelenko2016-11-291-2/+12
* clang-tidy modernize-loop-convert: preserve type of alias declaration (bug 28...Matthias Gehre2016-07-201-1/+11
* Remove ignoringImplicit from clang-tidy.Cong Liu2016-06-241-1/+1
* Fix clang-tidy patterns to adapt to newly added ExprWithCleanups nodes.Tim Shen2016-06-211-2/+3
* Fix another case where loop-convert wasn't handling correctly data members.Angel Garcia Gomez2015-11-061-3/+3
* Handle correctly containers that are data members in modernize-loop-convert.Angel Garcia Gomez2015-11-031-5/+8
* Improve more the const-detection in modernize-loop-convert.Angel Garcia Gomez2015-11-031-0/+2
* Make the modernize-loop-convert's const-detection smarter.Angel Garcia Gomez2015-11-021-7/+33
* Only copy small types in modernize-loop-convert.Angel Garcia Gomez2015-10-301-15/+19
* Don't use "auto" on loops over fundamental types in modernize-loop-convert.Angel Garcia Gomez2015-10-221-19/+18
* Make string constants in the modernize module static.Angel Garcia Gomez2015-10-221-13/+13
* Document a bug in loop-convert and fix one of its subcases.Angel Garcia Gomez2015-10-051-2/+15
* Prevent loop-convert from leaving empty lines after removing an alias declara...Angel Garcia Gomez2015-10-011-1/+28
* Add support for 'cbegin()' and 'cend()' on modernize-loop-convert.Angel Garcia Gomez2015-10-011-5/+8
* Add NamingStyle option to modernize-loop-convert.Angel Garcia Gomez2015-09-241-2/+12
* Remove dangling parenthesis.Angel Garcia Gomez2015-09-241-1/+11
* Solve comment on rL248418.Angel Garcia Gomez2015-09-241-3/+1
* Use simpler interface for getting the pointee type for a node.Manuel Klimek2015-09-241-1/+1
* Fix loop-convert for trivially copyable types.Manuel Klimek2015-09-231-31/+32
* Fix loop-convert for const references to containers.Manuel Klimek2015-09-231-0/+6
* Refactor LoopConvertCheck.Angel Garcia Gomez2015-09-211-212/+245
* Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman2015-09-171-17/+18
* Another patch for modernize-loop-convert.Angel Garcia Gomez2015-09-111-5/+45
* Avoid using rvalue references with trivially copyable types.Angel Garcia Gomez2015-09-081-31/+47
* Fix several corner cases for loop-convert check.Angel Garcia Gomez2015-09-011-2/+32
* Disable several more clang-tidy modernize checkers when not compiling in C++ ...Aaron Ballman2015-08-281-3/+8
* Avoid LoopConvertCheck replacements in template instantiations.Angel Garcia Gomez2015-08-251-0/+3
* [clang-tidy] Fix bug in modernize-loop-convert check.Alexander Kornienko2015-08-201-2/+3
* [clang-tidy] Fix LoopConvertCheck bug.Alexander Kornienko2015-08-191-6/+4
* [clang-tidy] Add loop-convert check to clang-tidy.Alexander Kornienko2015-08-191-0/+668
OpenPOWER on IntegriCloud