summaryrefslogtreecommitdiffstats
path: root/clang-tidy/modernize/ReplaceRandomShuffleCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Move all checks to the new registerPPCallbacks APIAlexander Kornienko2019-03-221-5/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-5/+5
* [clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are usedAlexander Kornienko2017-07-201-1/+1
* [clang-tidy] New check: modernize-replace-random-shuffle.Mads Ravn2017-04-241-0/+109