summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/cpp11-migrate
Commit message (Expand)AuthorAgeFilesLines
* Rename cpp11-migrate to clang-modernize.Chandler Carruth2013-09-0449-3897/+0
* cpp11-migrate: Refactor for driver model of operationEdwin Vane2013-09-035-39/+77
* Update tests to reflect clang r189769 which changes the printing ofChandler Carruth2013-09-024-6/+6
* Revert "cpp11-migrate: Fixing autoconf build after adding libclangReplace dep...Michael Gottesman2013-08-305-77/+39
* cpp11-migrate: Refactor for driver model of operationEdwin Vane2013-08-305-39/+77
* cpp11-migrate: Add Pass-By-Value TransformGuillaume Papin2013-08-292-0/+191
* Temporarily revert r189363 as it seems to be failing to build.Eric Christopher2013-08-272-187/+0
* cpp11-migrate: Add Pass-By-Value TransformGuillaume Papin2013-08-272-0/+187
* cpp11-migrate: Use Replacement serialization from clang::toolingEdwin Vane2013-08-201-4/+5
* cpp11-migrate: Remove mention of 'headers' from serialization codeEdwin Vane2013-08-141-3/+2
* cpp11-migrate: Adding -yaml-only optionEdwin Vane2013-08-141-2/+2
* clang-tools-extra/test/cpp11-migrate/HeaderReplacements/main.cpp: Use "%/t" i...NAKAMURA Takumi2013-08-141-6/+3
* clang-tools-extra/test/cpp11-migrate/HeaderReplacements/main.cpp: Use FileChe...NAKAMURA Takumi2013-08-141-4/+12
* clang-tools-extra/test/cpp11-migrate/HeaderReplacements/main.cpp: Suppress th...NAKAMURA Takumi2013-08-141-0/+3
* Fixes test failure on darwin introduced by r188274Tareq A. Siraj2013-08-132-10/+11
* cpp11-migrate: Write header replacements to diskTareq A. Siraj2013-08-134-0/+94
* Revert "cpp11-migrate: Write header replacements to disk"Rafael Espindola2013-07-304-94/+0
* cpp11-migrate: Write header replacements to diskTareq A. Siraj2013-07-304-0/+94
* cpp11-migrate: Add -for-compilers command line switch.Guillaume Papin2013-07-292-6/+63
* Revert "cpp11-migrate: Write header replacements to disk"Rafael Espindola2013-07-264-91/+0
* cpp11-migrate: Write header replacements to diskTareq A. Siraj2013-07-264-0/+91
* cpp11-migrate: Tweak lit tests to avoid false negativesEdwin Vane2013-07-251-2/+3
* cpp11-migrate: Fix build break on Windows introduced in r187041.Guillaume Papin2013-07-241-2/+2
* cp11-migrate: Integration with LibFormatEdwin Vane2013-07-231-0/+15
* Revert "cp11-migrate: Integration with LibFormat"Michael Gottesman2013-07-221-42/+0
* cp11-migrate: Integration with LibFormatEdwin Vane2013-07-221-0/+42
* Fix UseAuto not transforming iterator when non-fully qualifiers are used andAriel J. Bernal2013-07-153-5/+10
* cpp11-migrate: Add Replace-AutoPtr TransformEdwin Vane2013-07-035-0/+365
* cpp11-migrate: Transforms honour header modification flagEdwin Vane2013-06-182-3/+9
* Force c++98 so this works on windows where c++11 is the default.Rafael Espindola2013-06-141-1/+1
* cpp11-migrate: Add option to detect and use macros that expand to 'override'Edwin Vane2013-05-311-57/+66
* 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
* cpp11-migrate: Check for valid NULL macros from macro arg expansionsEdwin Vane2013-05-161-0/+8
* cpp11-migrate: Add override specifier before comments on inline methodsEdwin Vane2013-05-142-25/+4
* cpp11-migrate: Fix crash in AddOverride due to template instantiationsEdwin Vane2013-05-102-0/+58
* Transform for loops over pseudo-arrays only if begin/end members existEdwin Vane2013-05-092-1/+72
* Use 'auto const&' for iterators whose deref operator return a const varAriel J. Bernal2013-05-095-15/+115
* Stop LoopConvert removing DeclStmts from selection/iteration condition clausesEdwin Vane2013-05-061-0/+43
* Added comprehensive macro arg usage logic to Use-Nullptr TransformEdwin Vane2013-05-061-25/+74
* Adding the AddOverride transform for cpp11-migrateEdwin Vane2013-04-092-0/+135
* Fix UseNullptr fails to replace c-style explicit cast in a return statementAriel J. Bernal2013-04-091-0/+12
* Fix UseNullptr fails to replace explict casts surrounded by another implicitAriel J. Bernal2013-04-051-0/+25
* Use 'auto' with 'new' expressionsEdwin Vane2013-04-022-0/+88
* Refactor Usenullptr matcher to avoid duplicationAriel J. Bernal2013-04-011-3/+15
* Improve loop convert's variable aliasingEdwin Vane2013-04-011-0/+37
* Allow users to specify NULL like macros to be replacedTareq A. Siraj2013-03-281-2/+4
* cpp11-migrate segfaults transforming map<string,int>::iterator Ariel J. Bernal2013-03-272-0/+11
* Adding a failing test case for cpp11-migrate's Loop Convert TransformEdwin Vane2013-03-252-0/+29
* Don't replace macro usage if macro body has NULLEdwin Vane2013-03-192-26/+94
OpenPOWER on IntegriCloud