summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/cpp11-migrate/UseNullptr
Commit message (Expand)AuthorAgeFilesLines
* Rename cpp11-migrate to clang-modernize.Chandler Carruth2013-09-046-698/+0
* cpp11-migrate: Refactor for driver model of operationEdwin Vane2013-09-034-25/+21
* Revert "cpp11-migrate: Fixing autoconf build after adding libclangReplace dep...Michael Gottesman2013-08-304-21/+25
* cpp11-migrate: Refactor for driver model of operationEdwin Vane2013-08-304-25/+21
* Adjust for r188968.Eli Friedman2013-08-221-1/+1
* cpp11-migrate: Add -for-compilers command line switch.Guillaume Papin2013-07-291-0/+7
* cpp11-migrate: Register the transforms automatically using llvm::RegistryGuillaume Papin2013-07-241-0/+14
* cpp11-migrate: Tidying upEdwin Vane2013-07-086-31/+34
* cpp11-migrate: Minor command-line fixes and improvementsEdwin Vane2013-07-041-4/+6
* cpp11-migrate: Transforms honour header modification flagEdwin Vane2013-06-183-14/+18
* cpp11-migrate: Transform now responsible for applying replacementsEdwin Vane2013-06-182-16/+6
* cpp11-migrate: Transform now responsible for file content overridingEdwin Vane2013-06-171-3/+3
* cpp11-migrate: Replace file override containerEdwin Vane2013-06-132-4/+4
* cpp11-migrate: New mechanism for overriding file contentsEdwin Vane2013-06-121-8/+2
* cpp11-migrate: Refactor how global options are passed to TransformsEdwin Vane2013-06-062-5/+3
* cpp11-migrate: Transforms collect timing data.Edwin Vane2013-05-302-2/+4
* 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
* Added comprehensive macro arg usage logic to Use-Nullptr TransformEdwin Vane2013-05-061-44/+304
* 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
* lib-ified core cpp11-migrate functionality to support unit testsEdwin Vane2013-04-042-2/+2
* Refactor Usenullptr matcher to avoid duplicationAriel J. Bernal2013-04-015-93/+76
* Allow users to specify NULL like macros to be replacedTareq A. Siraj2013-03-282-14/+48
* 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
* Fixed Use-Nullptr when replacing return(0)Edwin Vane2013-03-061-2/+4
* Added summary option to cpp11-migrate toolDmitri Gribenko2013-03-052-3/+3
* cpp11-migrate: Factor out duplicate code in UseNullPtrStefanus Du Toit2013-03-011-20/+25
* Fix -use-nullptr problems with assert()Edwin Vane2013-02-171-4/+7
* Propagate changes through no-op transformsEdwin Vane2013-02-151-1/+1
* Fix for combined loop and nullptr convert testsEdwin Vane2013-02-071-1/+1
* Add use-nullptr transform to cpp11-migrateEdwin Vane2013-01-226-0/+348
OpenPOWER on IntegriCloud