summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Create branch for 3.3 release.upstream/release_33Bill Wendling2013-05-080-0/+0
* Stop LoopConvert removing DeclStmts from selection/iteration condition clausesEdwin Vane2013-05-063-10/+121
* Added comprehensive macro arg usage logic to Use-Nullptr TransformEdwin Vane2013-05-062-69/+378
* Generate input files from within unit testEdwin Vane2013-05-038-49/+42
* Add support to read include/exclude paths from fileEdwin Vane2013-05-0213-23/+160
* Allow autotools to build and install cpp11-migrateAriel J. Bernal2013-04-291-1/+0
* The option is spelled -use-auto, not -loop-convert.Eric Christopher2013-04-221-1/+1
* Removed leftover directory from clang-formatAlexander Kornienko2013-04-190-0/+0
* Fixed outdate comment, and comment typo.John Thompson2013-04-151-3/+4
* Adding support for -include/-exclude to cpp11-migrateEdwin Vane2013-04-157-2/+175
* Adding the AddOverride transform for cpp11-migrateEdwin Vane2013-04-0913-0/+451
* Fix UseNullptr fails to replace c-style explicit cast in a return statementAriel J. Bernal2013-04-092-10/+22
* Fix UseNullptr fails to replace explict casts surrounded by another implicitAriel J. Bernal2013-04-052-4/+31
* Committing change left out of r178900Edwin Vane2013-04-051-1/+1
* Fix symbol dependency errors introduced with libmigrateCoreEdwin Vane2013-04-053-32/+29
* Updating cpp11-migrate unit testsEdwin Vane2013-04-055-8/+60
* lib-ified core cpp11-migrate functionality to support unit testsEdwin Vane2013-04-0417-74/+120
* Unit test support for Clang extra toolsEdwin Vane2013-04-0311-3/+120
* Use 'auto' with 'new' expressionsEdwin Vane2013-04-027-17/+211
* Refactor Usenullptr matcher to avoid duplicationAriel J. Bernal2013-04-016-96/+91
* Improve loop convert's variable aliasingEdwin Vane2013-04-012-8/+54
* modularize - Fixed broken array use (asserted in tests). Renamed KindType enum.John Thompson2013-03-281-26/+25
* Allow users to specify NULL like macros to be replacedTareq A. Siraj2013-03-286-18/+102
* Test commit: Remove whitespace.Tareq A. Siraj2013-03-281-1/+1
* Revert "modularize - Fixed poor array usage."Michael Gottesman2013-03-281-6/+12
* modularize - Updated futures comment.John Thompson2013-03-281-5/+3
* modularize - Fixed poor array usage.John Thompson2013-03-281-12/+6
* Fix a default on covered switch found by -Wcovered-switch-defaultDavid Blaikie2013-03-281-2/+1
* modularize - revised to group duplicate symbols together in the error output.John Thompson2013-03-283-27/+66
* Broke out header file list reading into separate function. Moved options to f...John Thompson2013-03-271-52/+69
* Added informational comment about using -x c++.John Thompson2013-03-271-0/+4
* cpp11-migrate segfaults transforming map<string,int>::iterator Ariel J. Bernal2013-03-273-1/+19
* Fixed path in file comment. Fixed #include order.John Thompson2013-03-271-13/+13
* Revised to use MemoryBuffer. Removed redundant llvm:: qualifiers. Removed un...John Thompson2013-03-271-117/+139
* Revised per review comments to rename test files and rearrange input files.John Thompson2013-03-2617-31/+31
* Docs describing limitations of the cpp11-migrate Loop Convert TransformEdwin Vane2013-03-261-3/+140
* Added simple regression test for modularize.John Thompson2013-03-2611-1/+65
* Revised to use file list path as reference path, or path provide by new -pref...John Thompson2013-03-261-22/+55
* Adding a failing test case for cpp11-migrate's Loop Convert TransformEdwin Vane2013-03-252-0/+29
* Adding clang-headers as dependency of cpp11-migrateEdwin Vane2013-03-251-0/+4
* Remove clang-format tests from tools/extra.Daniel Jasper2013-03-254-22/+1
* Fix Makefile.Daniel Jasper2013-03-201-1/+1
* Remove clang-format from clang-tools-extra.Daniel Jasper2013-03-206-369/+0
* Don't replace macro usage if macro body has NULLEdwin Vane2013-03-193-31/+120
* Don't include outer-most explicit cast in nullptr replacementEdwin Vane2013-03-152-17/+61
* Prevent nullptr_t-typed exprs from being replacedEdwin Vane2013-03-152-12/+47
* Adding a new code owners file for clang-tools-extra.Edwin Vane2013-03-141-0/+13
* Added future directions comment and a couple of fixme's.John Thompson2013-03-141-1/+30
* Review feedback change per Edwin: Move non-public members to end of classes.John Thompson2013-03-121-16/+15
* [docs] Clarify wording.Sean Silva2013-03-121-5/+5