Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename cpp11-migrate to clang-modernize. | Chandler Carruth | 2013-09-04 | 1 | -295/+0 |
* | cpp11-migrate: Transforms honour header modification flag | Edwin Vane | 2013-06-18 | 1 | -3/+8 |
* | Force c++98 so this works on windows where c++11 is the default. | Rafael Espindola | 2013-06-14 | 1 | -1/+1 |
* | Fix UseNullptr fails to replace c-style explicit cast in a return statement | Ariel J. Bernal | 2013-04-09 | 1 | -0/+12 |
* | Fix UseNullptr fails to replace explict casts surrounded by another implicit | Ariel J. Bernal | 2013-04-05 | 1 | -0/+25 |
* | Don't replace macro usage if macro body has NULL | Edwin Vane | 2013-03-19 | 1 | -26/+1 |
* | Don't include outer-most explicit cast in nullptr replacement | Edwin Vane | 2013-03-15 | 1 | -7/+48 |
* | Fixed Use-Nullptr when replacing return(0) | Edwin Vane | 2013-03-06 | 1 | -0/+31 |
* | Fix -use-nullptr problems with assert() | Edwin Vane | 2013-02-17 | 1 | -0/+26 |
* | Drop "REQUIRES:shell" in tests. They can run on win32. | NAKAMURA Takumi | 2013-01-25 | 1 | -1/+0 |
* | Add use-nullptr transform to cpp11-migrate | Edwin Vane | 2013-01-22 | 1 | -0/+181 |