summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-modernize/LoopConvert/LoopActions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove clang-modernize.Alexander Kornienko2015-12-171-1143/+0
* SourceRanges are small and trivially copyable, don't them by reference. NFCCraig Topper2015-10-041-1/+1
* Replace double negation of !FileID.isInvalid() with FileID.isValid().Yaron Keren2015-10-031-1/+1
* Update for clang r230512David Majnemer2015-02-251-1/+1
* Make LoopConvert work with containers that are used like arrays.Daniel Jasper2015-01-121-0/+7
* [C++11] Use 'nullptr'.Craig Topper2014-06-091-19/+19
* Track clang changes from r200082Alp Toker2014-01-251-1/+1
* Fix a variety of user-visible and comment typosAlp Toker2013-12-011-2/+2
* clang-modernize: Reset LoopConvert's TU tracking info per TUEdwin Vane2013-09-261-9/+10
* Rename cpp11-migrate to clang-modernize.Chandler Carruth2013-09-041-0/+1135
OpenPOWER on IntegriCloud