summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/cpp11-migrate/UseAuto
Commit message (Expand)AuthorAgeFilesLines
* Rename cpp11-migrate to clang-modernize.Chandler Carruth2013-09-045-553/+0
* Fix UseAuto not transforming iterator when non-fully qualifiers are used andAriel J. Bernal2013-07-153-5/+10
* Fix UseAuto replacing declaration lists with new expressionsAriel J. Bernal2013-05-271-0/+45
* Fix UseAuto replacing variable declaration lists containing non-initializedAriel J. Bernal2013-05-171-0/+12
* Use 'auto' with 'new' expressionsEdwin Vane2013-04-022-0/+88
* cpp11-migrate segfaults transforming map<string,int>::iterator Ariel J. Bernal2013-03-272-0/+11
* Switch from autogenerating tests to using the preprocessor.Chandler Carruth2013-03-075-258/+255
* Make gen_my_std.h.py compatible with python 2.5 too.Benjamin Kramer2013-03-021-23/+23
* Make the UseAuto test case generator compatible with python 2.5.Benjamin Kramer2013-03-021-16/+16
* Fix recursive make in clang-tools-extraEdwin Vane2013-03-011-2/+2
* Don't use 'exit' in lit scriptEdwin Vane2013-02-281-4/+1
* Turning off UseAuto/iterator.cpp test until recursive make issue fixedEdwin Vane2013-02-281-3/+6
* Introducing Use-Auto transform for cpp11-migrateEdwin Vane2013-02-283-44/+286
* Adding files left out of commit r175544.Edwin Vane2013-02-192-0/+153
OpenPOWER on IntegriCloud