summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/cpp11-migrate/UseNullptr/NullptrActions.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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