summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/cpp11-migrate
Commit message (Expand)AuthorAgeFilesLines
* 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
* these need the bitcode reader as well.Chris Lattner2013-01-191-1/+1
* Re-sort the #include lines which have gotten out of order.Chandler Carruth2013-01-193-3/+3
* Introduce llvm::sys::PrintStackTraceOnErrorSignal()NAKAMURA Takumi2013-01-181-0/+2
* Fix a -Wdocumentation warning (empty paragraph passed to '\brief' command)Dmitri Gribenko2013-01-161-1/+1
* Write transform results to disk only onceEdwin Vane2013-01-167-31/+178
* Update users of RefactoringToolEdwin Vane2013-01-111-1/+1
* Add a namespace qualifier to the befriending statement forChandler Carruth2013-01-051-1/+1
* Port loop-convert into cpp11-migrateEdwin Vane2013-01-0416-7/+2189
* Fix the sorting of the #include lines in these tools.Chandler Carruth2013-01-021-1/+1
* Use renamed CommonOptionsParser member functionsEdwin Vane2012-12-141-2/+2
* Initial commit for cpp11-migrate toolEdwin Vane2012-12-123-0/+95
OpenPOWER on IntegriCloud