summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/cpp11-migrate
Commit message (Expand)AuthorAgeFilesLines
* cpp11-migrate: Eliminate windows line endingsEdwin Vane2013-06-056-649/+649
* cpp11-migrate: collect performance timers per source fileEdwin Vane2013-06-046-536/+649
* cpp11-migrate: turn off PID-based perf data filenamesEdwin Vane2013-06-031-2/+6
* Add support for report execution timesAriel J. Bernal2013-06-031-1/+78
* cpp11-migrate: Add option to detect and use macros that expand to 'override'Edwin Vane2013-05-314-4/+43
* Tweak autoconf link params to fix migrator buildEdwin Vane2013-05-301-4/+3
* cpp11-migrate: Transforms collect timing data.Edwin Vane2013-05-3013-17/+82
* Fix UseAuto replacing declaration lists with new expressionsAriel J. Bernal2013-05-273-59/+81
* Unbreak the build.Benjamin Kramer2013-05-171-3/+4
* Fix UseAuto replacing variable declaration lists containing non-initializedAriel J. Bernal2013-05-173-53/+69
* cpp11-migrate: Check for valid NULL macros from macro arg expansionsEdwin Vane2013-05-161-2/+8
* cpp11-migrate: Refactor NullptrActionsEdwin Vane2013-05-161-181/+179
* cpp11-migrate: Add override specifier before comments on inline methodsEdwin Vane2013-05-141-16/+31
* cpp11-migrate: Fix crash in AddOverride due to template instantiationsEdwin Vane2013-05-101-22/+34
* Transform for loops over pseudo-arrays only if begin/end members existEdwin Vane2013-05-091-1/+48
* Use 'auto const&' for iterators whose deref operator return a const varAriel J. Bernal2013-05-095-13/+97
* Stop LoopConvert removing DeclStmts from selection/iteration condition clausesEdwin Vane2013-05-062-10/+78
* Added comprehensive macro arg usage logic to Use-Nullptr TransformEdwin Vane2013-05-061-44/+304
* Add support to read include/exclude paths from fileEdwin Vane2013-05-023-14/+70
* Allow autotools to build and install cpp11-migrateAriel J. Bernal2013-04-291-1/+0
* Adding support for -include/-exclude to cpp11-migrateEdwin Vane2013-04-154-0/+143
* Adding the AddOverride transform for cpp11-migrateEdwin Vane2013-04-099-0/+261
* Fix UseNullptr fails to replace c-style explicit cast in a return statementAriel J. Bernal2013-04-091-10/+10
* Fix UseNullptr fails to replace explict casts surrounded by another implicitAriel J. Bernal2013-04-051-4/+6
* Fix symbol dependency errors introduced with libmigrateCoreEdwin Vane2013-04-053-32/+29
* lib-ified core cpp11-migrate functionality to support unit testsEdwin Vane2013-04-0417-74/+120
* Use 'auto' with 'new' expressionsEdwin Vane2013-04-025-17/+123
* Refactor Usenullptr matcher to avoid duplicationAriel J. Bernal2013-04-015-93/+76
* Improve loop convert's variable aliasingEdwin Vane2013-04-011-8/+17
* Allow users to specify NULL like macros to be replacedTareq A. Siraj2013-03-283-15/+49
* Test commit: Remove whitespace.Tareq A. Siraj2013-03-281-1/+1
* cpp11-migrate segfaults transforming map<string,int>::iterator Ariel J. Bernal2013-03-271-1/+8
* Adding clang-headers as dependency of cpp11-migrateEdwin Vane2013-03-251-0/+4
* Don't replace macro usage if macro body has NULLEdwin Vane2013-03-191-5/+26
* Don't include outer-most explicit cast in nullptr replacementEdwin Vane2013-03-151-10/+13
* Prevent nullptr_t-typed exprs from being replacedEdwin Vane2013-03-151-5/+28
* Fixing Doxygen warnings in cpp11-migrateEdwin Vane2013-03-082-16/+4
* Extend loop variable naming checksEdwin Vane2013-03-085-11/+48
* Have LoopConvert use 'auto &&' where necessaryEdwin Vane2013-03-074-27/+89
* Fixed Use-Nullptr when replacing return(0)Edwin Vane2013-03-061-2/+4
* Added summary option to cpp11-migrate toolDmitri Gribenko2013-03-058-21/+58
* Properly identify 'this' as range-based for containerEdwin Vane2013-03-041-3/+9
* cpp11-migrate: Reduce the number of parsing passes.Stefanus Du Toit2013-03-011-24/+20
* cpp11-migrate: Factor out duplicate code in UseNullPtrStefanus Du Toit2013-03-011-20/+25
* Introducing Use-Auto transform for cpp11-migrateEdwin Vane2013-02-289-0/+485
* Fix documentation comment in LoopConvertDmitri Gribenko2013-02-271-1/+1
* Fix -use-nullptr problems with assert()Edwin Vane2013-02-171-4/+7
* Propagate changes through no-op transformsEdwin Vane2013-02-155-15/+15
* Fix for combined loop and nullptr convert testsEdwin Vane2013-02-073-4/+14
* Add use-nullptr transform to cpp11-migrateEdwin Vane2013-01-2210-0/+373
OpenPOWER on IntegriCloud