Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply clang-tidy modernize-use-nullptr to googletest. | Abseil Team | 2018-10-05 | 1 | -3/+3 |
| | | | | | | | | | | | Now that googletest has moved to C++11, it should no longer use NULL or 0 for the null pointer. This patch converts all such usages to nullptr using clang-tidy. This prevents LLVM from issuing -Wzero-as-null-pointer-constant warnings. PiperOrigin-RevId: 215814400 | ||||
* | Comments changes, no functionality changesrefs/pull/1740/head | Gennadiy Civil | 2018-08-14 | 1 | -3/+0 |
| | |||||
* | Samples changes upstreaming | misterg | 2017-08-07 | 1 | -1/+1 |
| | |||||
* | WIP | misterg | 2017-08-01 | 1 | -1/+2 |
| | |||||
* | Move everything in googletest into googletest/googletest | Billy Donahue | 2015-08-25 | 1 | -0/+109 |