summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/cpp11-migrate/LoopConvert/iterator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename cpp11-migrate to clang-modernize.Chandler Carruth2013-09-041-244/+0
* Update tests to reflect clang r189769 which changes the printing ofChandler Carruth2013-09-021-2/+2
* Use 'auto const&' for iterators whose deref operator return a const varAriel J. Bernal2013-05-091-7/+47
* Extend loop variable naming checksEdwin Vane2013-03-081-28/+28
* Have LoopConvert use 'auto &&' where necessaryEdwin Vane2013-03-071-1/+32
* Properly identify 'this' as range-based for containerEdwin Vane2013-03-041-1/+71
* Transferred loop-convert tests to cpp11-migrateEdwin Vane2013-01-081-0/+103
OpenPOWER on IntegriCloud