aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/modernize/LoopConvertUtils.cpp
AgeCommit message (Expand)Author
2016-12-13Remove trailing whitespace in docs and clang-tidy sources.Alexander Kornienko
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-08-01[clang-tidy] Prepare modernize-loop-convert for upcoming changes in D22566Martin Bohme
2016-06-21Fix clang-tidy patterns to adapt to newly added ExprWithCleanups nodes.Tim Shen
2016-06-15[clang-tidy] Remove dead code. NFC.Benjamin Kramer
2016-03-14[clang-tidy] Fix "Name is not a simple identifier" assertion in `modernize-lo...Haojian Wu
2016-02-16[clang-tidy] Fix an assert failure in `modernize-loop-convert`.Haojian Wu
2016-02-08[clang-tidy] Fix assertion failure on `at` function in modernize-loop-convert.Haojian Wu
2015-11-06Allow the alias to be of a different type.Angel Garcia Gomez
2015-11-06Use the old index identifier by default, instead of 'elem'.Angel Garcia Gomez
2015-11-06Avoid naming conflicts with the old index in modernize-loop-convert.Angel Garcia Gomez
2015-10-03Replace double negation of !FileID.isInvalid() with FileID.isValid().Yaron Keren
2015-10-02Handle trailing underscores on modernize-loop-convert variable namer.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-08Avoid using rvalue references with trivially copyable types.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-02Fix loop-convert crash.Angel Garcia Gomez
2015-09-01Fix several corner cases for loop-convert check.Angel Garcia Gomez
2015-08-26Fix another LoopConvert fail.Angel Garcia Gomez
2015-08-26LoopConvert no longer take as alias references to other containers.Angel Garcia Gomez
2015-08-19[clang-tidy] Add loop-convert check to clang-tidy.Alexander Kornienko