summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/cpp11-migrate/UseNullptr/NullptrActions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename cpp11-migrate to clang-modernize.Chandler Carruth2013-09-041-450/+0
* cpp11-migrate: Refactor for driver model of operationEdwin Vane2013-09-031-17/+16
* Revert "cpp11-migrate: Fixing autoconf build after adding libclangReplace dep...Michael Gottesman2013-08-301-16/+17
* cpp11-migrate: Refactor for driver model of operationEdwin Vane2013-08-301-17/+16
* Adjust for r188968.Eli Friedman2013-08-221-1/+1
* cpp11-migrate: Tidying upEdwin Vane2013-07-081-5/+5
* cpp11-migrate: Minor command-line fixes and improvementsEdwin Vane2013-07-041-4/+6
* cpp11-migrate: Transforms honour header modification flagEdwin Vane2013-06-181-9/+12
* 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
* Refactor Usenullptr matcher to avoid duplicationAriel J. Bernal2013-04-011-55/+53
* Allow users to specify NULL like macros to be replacedTareq A. Siraj2013-03-281-11/+46
* 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
* Fixed Use-Nullptr when replacing return(0)Edwin Vane2013-03-061-2/+4
* 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
* Add use-nullptr transform to cpp11-migrateEdwin Vane2013-01-221-0/+115
OpenPOWER on IntegriCloud