summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/cpp11-migrate/UseNullptr/basic.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename cpp11-migrate to clang-modernize.Chandler Carruth2013-09-041-295/+0
* cpp11-migrate: Transforms honour header modification flagEdwin Vane2013-06-181-3/+8
* Force c++98 so this works on windows where c++11 is the default.Rafael Espindola2013-06-141-1/+1
* 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
* Don't replace macro usage if macro body has NULLEdwin Vane2013-03-191-26/+1
* Don't include outer-most explicit cast in nullptr replacementEdwin Vane2013-03-151-7/+48
* 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-251-1/+0
* Add use-nullptr transform to cpp11-migrateEdwin Vane2013-01-221-0/+181
OpenPOWER on IntegriCloud