summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/cpp11-migrate/UseNullptr
Commit message (Expand)AuthorAgeFilesLines
* Rename cpp11-migrate to clang-modernize.Chandler Carruth2013-09-045-518/+0
* cpp11-migrate: Transforms honour header modification flagEdwin Vane2013-06-182-3/+9
* Force c++98 so this works on windows where c++11 is the default.Rafael Espindola2013-06-141-1/+1
* cpp11-migrate: Check for valid NULL macros from macro arg expansionsEdwin Vane2013-05-161-0/+8
* Added comprehensive macro arg usage logic to Use-Nullptr TransformEdwin Vane2013-05-061-25/+74
* Fix UseNullptr fails to replace c-style explicit cast in a return statementAriel J. Bernal2013-04-091-0/+12
* Fix UseNullptr fails to replace explict casts surrounded by another implicitAriel J. Bernal2013-04-051-0/+25
* Refactor Usenullptr matcher to avoid duplicationAriel J. Bernal2013-04-011-3/+15
* Allow users to specify NULL like macros to be replacedTareq A. Siraj2013-03-281-2/+4
* Don't replace macro usage if macro body has NULLEdwin Vane2013-03-192-26/+94
* Don't include outer-most explicit cast in nullptr replacementEdwin Vane2013-03-151-7/+48
* Prevent nullptr_t-typed exprs from being replacedEdwin Vane2013-03-151-7/+19
* Test case for PR-15414 - nullptr_t functionsStefanus Du Toit2013-03-061-0/+17
* Fixed Use-Nullptr when replacing return(0)Edwin Vane2013-03-061-0/+31
* Fix -use-nullptr problems with assert()Edwin Vane2013-02-171-0/+26
* Drop "REQUIRES:shell" in tests. They can run on win32.NAKAMURA Takumi2013-01-252-2/+0
* Add use-nullptr transform to cpp11-migrateEdwin Vane2013-01-223-0/+211
OpenPOWER on IntegriCloud